mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
f47e79bc7d
On a previous package update, this block's server-side code has been missed. This was causing the block to not render properly. Props Chouby, desrosj, mcsf. Fixes #53309. Built from https://develop.svn.wordpress.org/trunk@51105 git-svn-id: http://core.svn.wordpress.org/trunk@50714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/page-list",
|
|
"title": "Page List",
|
|
"category": "widgets",
|
|
"description": "Display a list of all pages.",
|
|
"keywords": [ "menu", "navigation" ],
|
|
"textdomain": "default",
|
|
"usesContext": [
|
|
"textColor",
|
|
"customTextColor",
|
|
"backgroundColor",
|
|
"customBackgroundColor",
|
|
"fontSize",
|
|
"customFontSize",
|
|
"showSubmenuIcon",
|
|
"style"
|
|
],
|
|
"supports": {
|
|
"reusable": false,
|
|
"html": false
|
|
},
|
|
"editorStyle": "wp-block-page-list-editor",
|
|
"style": "wp-block-page-list"
|
|
}
|