kollapsminoriteten/wp-includes/blocks/post-terms/block.json

47 lines
921 B
JSON
Raw Normal View History

2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2021-07-23 11:58:50 +02:00
"apiVersion": 2,
"name": "core/post-terms",
"title": "Post Terms",
2022-04-02 10:26:41 +02:00
"category": "theme",
2021-07-23 11:58:50 +02:00
"description": "Post terms.",
"textdomain": "default",
"attributes": {
"term": {
"type": "string"
},
"textAlign": {
"type": "string"
2022-04-02 10:26:41 +02:00
},
"separator": {
"type": "string",
"default": ", "
2021-07-23 11:58:50 +02:00
}
},
"usesContext": [ "postId", "postType" ],
"supports": {
"html": false,
"color": {
"gradients": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
2021-07-23 11:58:50 +02:00
},
"typography": {
"lineHeight": true,
2022-04-02 10:26:41 +02:00
"fontSize": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2021-07-23 11:58:50 +02:00
}
2022-04-02 10:26:41 +02:00
},
"style": "wp-block-post-terms"
2021-07-23 11:58:50 +02:00
}