edit pages
This commit is contained in:
97
old/wp-includes/blocks/group/block.json
Normal file
97
old/wp-includes/blocks/group/block.json
Normal file
@ -0,0 +1,97 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/group",
|
||||
"title": "Group",
|
||||
"category": "design",
|
||||
"description": "Gather blocks in a layout container.",
|
||||
"keywords": [ "container", "wrapper", "row", "section" ],
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"tagName": {
|
||||
"type": "string",
|
||||
"default": "div"
|
||||
},
|
||||
"templateLock": {
|
||||
"type": [ "string", "boolean" ],
|
||||
"enum": [ "all", "insert", "contentOnly", false ]
|
||||
},
|
||||
"allowedBlocks": {
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"__experimentalOnEnter": true,
|
||||
"__experimentalOnMerge": true,
|
||||
"__experimentalSettings": true,
|
||||
"align": [ "wide", "full" ],
|
||||
"anchor": true,
|
||||
"ariaLabel": true,
|
||||
"html": false,
|
||||
"background": {
|
||||
"backgroundImage": true,
|
||||
"backgroundSize": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"backgroundImage": true
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"heading": true,
|
||||
"button": true,
|
||||
"link": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"background": true,
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"margin": [ "top", "bottom" ],
|
||||
"padding": true,
|
||||
"blockGap": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"padding": true,
|
||||
"blockGap": true
|
||||
}
|
||||
},
|
||||
"dimensions": {
|
||||
"minHeight": true
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"sticky": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalTextDecoration": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"allowSizingOnChildren": true
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-group-editor",
|
||||
"style": "wp-block-group"
|
||||
}
|
90
old/wp-includes/blocks/group/editor-rtl.css
Normal file
90
old/wp-includes/blocks/group/editor-rtl.css
Normal file
@ -0,0 +1,90 @@
|
||||
.wp-block-group .block-editor-block-list__insertion-point{
|
||||
left:0;
|
||||
right:0;
|
||||
}
|
||||
|
||||
[data-type="core/group"].is-selected .block-list-appender{
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
[data-type="core/group"].is-selected .has-background .block-list-appender{
|
||||
margin-bottom:18px;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
|
||||
gap:inherit;
|
||||
pointer-events:none;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
||||
display:inherit;
|
||||
flex:1;
|
||||
flex-direction:inherit;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
|
||||
border:1px dashed;
|
||||
border-radius:2px;
|
||||
content:"";
|
||||
display:flex;
|
||||
flex:1 0 48px;
|
||||
min-height:46px;
|
||||
pointer-events:none;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{
|
||||
background:currentColor;
|
||||
bottom:0;
|
||||
content:"";
|
||||
left:0;
|
||||
opacity:.1;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
||||
pointer-events:all;
|
||||
}
|
||||
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations{
|
||||
display:flex;
|
||||
flex-direction:row;
|
||||
flex-wrap:wrap;
|
||||
justify-content:center;
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-group__placeholder .components-placeholder__instructions{
|
||||
margin-bottom:18px;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{
|
||||
fill:#ccc !important;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{
|
||||
fill:var(--wp-admin-theme-color) !important;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
margin:0 12px 12px;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{
|
||||
height:32px;
|
||||
padding:0;
|
||||
width:44px;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{
|
||||
box-shadow:none;
|
||||
}
|
||||
.wp-block-group__placeholder .components-placeholder{
|
||||
min-height:auto;
|
||||
padding:24px;
|
||||
}
|
||||
.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{
|
||||
margin:12px;
|
||||
}
|
1
old/wp-includes/blocks/group/editor-rtl.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/editor-rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-group .block-editor-block-list__insertion-point{left:0;right:0}[data-type="core/group"].is-selected .block-list-appender{margin-left:0;margin-right:0}[data-type="core/group"].is-selected .has-background .block-list-appender{margin-bottom:18px;margin-top:18px}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{gap:inherit;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{display:inherit;flex:1;flex-direction:inherit;width:100%}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{border:1px dashed;border-radius:2px;content:"";display:flex;flex:1 0 48px;min-height:46px;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{pointer-events:all}.wp-block-group__placeholder .wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.wp-block-group__placeholder .components-placeholder__instructions{margin-bottom:18px;text-align:center}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{fill:#ccc!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{fill:var(--wp-admin-theme-color)!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;margin:0 12px 12px;width:auto}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{height:32px;padding:0;width:44px}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{box-shadow:none}.wp-block-group__placeholder .components-placeholder{min-height:auto;padding:24px}.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{margin:12px}
|
90
old/wp-includes/blocks/group/editor.css
Normal file
90
old/wp-includes/blocks/group/editor.css
Normal file
@ -0,0 +1,90 @@
|
||||
.wp-block-group .block-editor-block-list__insertion-point{
|
||||
left:0;
|
||||
right:0;
|
||||
}
|
||||
|
||||
[data-type="core/group"].is-selected .block-list-appender{
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
[data-type="core/group"].is-selected .has-background .block-list-appender{
|
||||
margin-bottom:18px;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
|
||||
gap:inherit;
|
||||
pointer-events:none;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
||||
display:inherit;
|
||||
flex:1;
|
||||
flex-direction:inherit;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
|
||||
border:1px dashed;
|
||||
border-radius:2px;
|
||||
content:"";
|
||||
display:flex;
|
||||
flex:1 0 48px;
|
||||
min-height:46px;
|
||||
pointer-events:none;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{
|
||||
background:currentColor;
|
||||
bottom:0;
|
||||
content:"";
|
||||
left:0;
|
||||
opacity:.1;
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
||||
pointer-events:all;
|
||||
}
|
||||
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations{
|
||||
display:flex;
|
||||
flex-direction:row;
|
||||
flex-wrap:wrap;
|
||||
justify-content:center;
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
width:100%;
|
||||
}
|
||||
.wp-block-group__placeholder .components-placeholder__instructions{
|
||||
margin-bottom:18px;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{
|
||||
fill:#ccc !important;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{
|
||||
fill:var(--wp-admin-theme-color) !important;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{
|
||||
align-items:center;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
margin:0 12px 12px;
|
||||
width:auto;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{
|
||||
height:32px;
|
||||
padding:0;
|
||||
width:44px;
|
||||
}
|
||||
.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{
|
||||
box-shadow:none;
|
||||
}
|
||||
.wp-block-group__placeholder .components-placeholder{
|
||||
min-height:auto;
|
||||
padding:24px;
|
||||
}
|
||||
.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{
|
||||
margin:12px;
|
||||
}
|
1
old/wp-includes/blocks/group/editor.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/editor.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-group .block-editor-block-list__insertion-point{left:0;right:0}[data-type="core/group"].is-selected .block-list-appender{margin-left:0;margin-right:0}[data-type="core/group"].is-selected .has-background .block-list-appender{margin-bottom:18px;margin-top:18px}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{gap:inherit;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{display:inherit;flex:1;flex-direction:inherit;width:100%}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{border:1px dashed;border-radius:2px;content:"";display:flex;flex:1 0 48px;min-height:46px;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{pointer-events:all}.wp-block-group__placeholder .wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.wp-block-group__placeholder .components-placeholder__instructions{margin-bottom:18px;text-align:center}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{fill:#ccc!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{fill:var(--wp-admin-theme-color)!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;margin:0 12px 12px;width:auto}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{height:32px;padding:0;width:44px}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{box-shadow:none}.wp-block-group__placeholder .components-placeholder{min-height:auto;padding:24px}.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{margin:12px}
|
3
old/wp-includes/blocks/group/style-rtl.css
Normal file
3
old/wp-includes/blocks/group/style-rtl.css
Normal file
@ -0,0 +1,3 @@
|
||||
.wp-block-group{
|
||||
box-sizing:border-box;
|
||||
}
|
1
old/wp-includes/blocks/group/style-rtl.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/style-rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-group{box-sizing:border-box}
|
3
old/wp-includes/blocks/group/style.css
Normal file
3
old/wp-includes/blocks/group/style.css
Normal file
@ -0,0 +1,3 @@
|
||||
.wp-block-group{
|
||||
box-sizing:border-box;
|
||||
}
|
1
old/wp-includes/blocks/group/style.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/style.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-group{box-sizing:border-box}
|
3
old/wp-includes/blocks/group/theme-rtl.css
Normal file
3
old/wp-includes/blocks/group/theme-rtl.css
Normal file
@ -0,0 +1,3 @@
|
||||
:where(.wp-block-group.has-background){
|
||||
padding:1.25em 2.375em;
|
||||
}
|
1
old/wp-includes/blocks/group/theme-rtl.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/theme-rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
:where(.wp-block-group.has-background){padding:1.25em 2.375em}
|
3
old/wp-includes/blocks/group/theme.css
Normal file
3
old/wp-includes/blocks/group/theme.css
Normal file
@ -0,0 +1,3 @@
|
||||
:where(.wp-block-group.has-background){
|
||||
padding:1.25em 2.375em;
|
||||
}
|
1
old/wp-includes/blocks/group/theme.min.css
vendored
Normal file
1
old/wp-includes/blocks/group/theme.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
:where(.wp-block-group.has-background){padding:1.25em 2.375em}
|
Reference in New Issue
Block a user