kollapsminoriteten/wp-includes/blocks/post-navigation-link/block.json

65 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-04-02 10:26:41 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-04-02 10:26:41 +02:00
"name": "core/post-navigation-link",
"title": "Post Navigation Link",
"category": "theme",
"description": "Displays the next or previous post link that is adjacent to the current post.",
"textdomain": "default",
"attributes": {
"textAlign": {
"type": "string"
},
"type": {
"type": "string",
"default": "next"
},
"label": {
2025-12-12 13:15:55 +01:00
"type": "string",
"role": "content"
2022-04-02 10:26:41 +02:00
},
"showTitle": {
"type": "boolean",
"default": false
},
"linkLabel": {
"type": "boolean",
"default": false
2023-04-26 17:39:43 +02:00
},
"arrow": {
"type": "string",
"default": "none"
2024-04-17 11:32:24 +02:00
},
"taxonomy": {
"type": "string",
"default": ""
2022-04-02 10:26:41 +02:00
}
},
2024-04-17 11:32:24 +02:00
"usesContext": [ "postType" ],
2022-04-02 10:26:41 +02:00
"supports": {
"reusable": false,
"html": false,
2022-12-15 17:47:31 +01:00
"color": {
"link": true
},
2022-04-02 10:26:41 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
2022-04-02 10:26:41 +02:00
"__experimentalFontWeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontStyle": true,
2022-04-02 10:26:41 +02:00
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
2023-12-07 09:44:11 +01:00
"__experimentalWritingMode": true,
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
},
"style": "wp-block-post-navigation-link"
2022-04-02 10:26:41 +02:00
}