FEATURE Refining the block width with the new alignwide support
This commit is contained in:
parent
c738227bba
commit
74a2e7048e
|
|
@ -9,7 +9,17 @@
|
||||||
"description": "Example block scaffolded with Create Block tool.",
|
"description": "Example block scaffolded with Create Block tool.",
|
||||||
"example": {},
|
"example": {},
|
||||||
"supports": {
|
"supports": {
|
||||||
"html": false
|
"html": false,
|
||||||
|
"align": [
|
||||||
|
"wide",
|
||||||
|
"full"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"attributes": {
|
||||||
|
"align": {
|
||||||
|
"type": "string",
|
||||||
|
"default": "full"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"textdomain": "front-header",
|
"textdomain": "front-header",
|
||||||
"editorScript": "file:./index.js",
|
"editorScript": "file:./index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user