Updates the packages to match Gutenberg version 21.9.0 RC2. Also updates the sync script to work with the new `package-lock.json` format. Some reusable block tests were adjusted to work with more render arguments. Added `core-data` to the ignore list for `verify:source-maps` because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See https://github.com/WordPress/gutenberg/pull/72503. See: https://github.com/WordPress/wordpress-develop/pull/10355. See: https://core.trac.wordpress.org/ticket/64117. Props ellatrix, dmsnell. Fixes #64117. Built from https://develop.svn.wordpress.org/trunk@61009 git-svn-id: http://core.svn.wordpress.org/trunk@60345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/term-template",
|
|
"title": "Term Template",
|
|
"category": "theme",
|
|
"ancestor": [ "core/terms-query" ],
|
|
"description": "Contains the block elements used to render a taxonomy term, like the name, description, and more.",
|
|
"textdomain": "default",
|
|
"usesContext": [ "termQuery" ],
|
|
"supports": {
|
|
"reusable": false,
|
|
"html": false,
|
|
"align": [ "wide", "full" ],
|
|
"layout": true,
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"margin": true,
|
|
"padding": true,
|
|
"blockGap": {
|
|
"__experimentalDefault": "1.25em"
|
|
},
|
|
"__experimentalDefaultControls": {
|
|
"blockGap": true,
|
|
"padding": false,
|
|
"margin": false
|
|
}
|
|
},
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
},
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"color": true,
|
|
"width": true,
|
|
"style": true
|
|
}
|
|
},
|
|
"style": "wp-block-term-template",
|
|
"editorStyle": "wp-block-term-template-editor"
|
|
}
|