plugin updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"category": "text",
|
||||
"parent": [ "core/list" ],
|
||||
"allowedBlocks": [ "core/list" ],
|
||||
"description": "Create a list item.",
|
||||
"description": "An individual item within a list.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"placeholder": {
|
||||
@@ -16,13 +16,27 @@
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "li",
|
||||
"__experimentalRole": "content"
|
||||
"role": "content"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"className": false,
|
||||
"__experimentalSelector": ".wp-block-list > li",
|
||||
"splitting": true,
|
||||
"__experimentalBorder": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
},
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"link": true,
|
||||
"background": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true,
|
||||
@@ -47,5 +61,9 @@
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
},
|
||||
"selectors": {
|
||||
"root": ".wp-block-list > li",
|
||||
"border": ".wp-block-list:not(.wp-block-list .wp-block-list) > li"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user