FEATURE handling native alignements
This commit is contained in:
parent
ebc2a9fb40
commit
9eda00022e
|
|
@ -10,7 +10,11 @@
|
||||||
"example": {},
|
"example": {},
|
||||||
"supports": {
|
"supports": {
|
||||||
"html": false,
|
"html": false,
|
||||||
"anchor": true
|
"anchor": true,
|
||||||
|
"align": [
|
||||||
|
"wide",
|
||||||
|
"full"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"textdomain": "carhop-blocks",
|
"textdomain": "carhop-blocks",
|
||||||
"editorScript": "file:./index.js",
|
"editorScript": "file:./index.js",
|
||||||
|
|
@ -42,8 +46,9 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "full",
|
"default": "full",
|
||||||
"enum": [
|
"enum": [
|
||||||
"full",
|
"contained",
|
||||||
"contained"
|
"wide",
|
||||||
|
"full"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user