auto-patch 638-dev-dev01-2024-05-14T20_44_36
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"version": "22.7",
|
||||
"name": "yoast/faq-block",
|
||||
"title": "Yoast FAQ",
|
||||
"description": "List your Frequently Asked Questions in an SEO-friendly way.",
|
||||
"category": "yoast-structured-data-blocks",
|
||||
"icon": "editor-ul",
|
||||
"keywords": [
|
||||
"FAQ",
|
||||
"Frequently Asked Questions",
|
||||
"Schema",
|
||||
"SEO",
|
||||
"Structured Data"
|
||||
],
|
||||
"supports": {
|
||||
"multiple": false
|
||||
},
|
||||
"textdomain": "wordpress-seo",
|
||||
"attributes": {
|
||||
"questions": {
|
||||
"type": "array"
|
||||
},
|
||||
"additionalListCssClasses": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"steps": [
|
||||
{
|
||||
"id": "faq-question-1",
|
||||
"question": [ ],
|
||||
"answer": [ ]
|
||||
},
|
||||
{
|
||||
"id": "faq-question-2",
|
||||
"question": [ ],
|
||||
"answer": [ ]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"editorScript": "yoast-seo-faq-block",
|
||||
"editorStyle": "yoast-seo-structured-data-blocks"
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"version": "22.7",
|
||||
"name": "yoast/how-to-block",
|
||||
"title": "Yoast How-to",
|
||||
"description": "Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.",
|
||||
"category": "yoast-structured-data-blocks",
|
||||
"icon": "editor-ol",
|
||||
"keywords": [
|
||||
"How-to",
|
||||
"How to",
|
||||
"Schema",
|
||||
"SEO",
|
||||
"Structured Data"
|
||||
],
|
||||
"supports": {
|
||||
"multiple": false
|
||||
},
|
||||
"textdomain": "wordpress-seo",
|
||||
"attributes": {
|
||||
"hasDuration": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"days": {
|
||||
"type": "string"
|
||||
},
|
||||
"hours": {
|
||||
"type": "string"
|
||||
},
|
||||
"minutes": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".schema-how-to-description"
|
||||
},
|
||||
"jsonDescription": {
|
||||
"type": "string"
|
||||
},
|
||||
"steps": {
|
||||
"type": "array"
|
||||
},
|
||||
"additionalListCssClasses": {
|
||||
"type": "string"
|
||||
},
|
||||
"unorderedList": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"durationText": {
|
||||
"type": "string"
|
||||
},
|
||||
"defaultDurationText": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"steps": [
|
||||
{
|
||||
"id": "how-to-step-example-1",
|
||||
"name": [ ],
|
||||
"text": [ ]
|
||||
},
|
||||
{
|
||||
"id": "how-to-step-example-2",
|
||||
"name": [ ],
|
||||
"text": [ ]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"editorScript": "yoast-seo-how-to-block",
|
||||
"editorStyle": "yoast-seo-structured-data-blocks"
|
||||
}
|
||||
Reference in New Issue
Block a user