plugin updates
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"version": "23.0",
|
||||
"name": "yoast-seo/estimated-reading-time",
|
||||
"title": "Yoast Estimated Reading Time",
|
||||
"description": "Shows an estimated reading time based on the content length.",
|
||||
"category": "yoast-structured-data-blocks",
|
||||
"icon": "clock",
|
||||
"keywords": [
|
||||
"SEO",
|
||||
"reading time",
|
||||
"content length"
|
||||
],
|
||||
"textdomain": "wordpress-seo-premium",
|
||||
"attributes": {
|
||||
"estimatedReadingTime": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"descriptiveText": {
|
||||
"type": "string",
|
||||
"default": "Estimated reading time:"
|
||||
},
|
||||
"showDescriptiveText": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showIcon": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user