You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
1.6 KiB
JSON
91 lines
1.6 KiB
JSON
{
|
|
"name": "web-stories/embed",
|
|
"title": "Web Stories",
|
|
"description": "Embed Web Stories.",
|
|
"category": "embed",
|
|
"keywords": ["embed", "web stories", "story", "stories"],
|
|
"textdomain": "web-stories",
|
|
"usesContext": ["postId", "postType", "queryId"],
|
|
"attributes": {
|
|
"blockType": {
|
|
"type": "string"
|
|
},
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"poster": {
|
|
"type": "string"
|
|
},
|
|
"width": {
|
|
"type": "number",
|
|
"default": 360
|
|
},
|
|
"height": {
|
|
"type": "number",
|
|
"default": 600
|
|
},
|
|
"align": {
|
|
"type": "string",
|
|
"default": "none"
|
|
},
|
|
"stories": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"viewType": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"numOfStories": {
|
|
"type": "number",
|
|
"default": 5
|
|
},
|
|
"numOfColumns": {
|
|
"type": "number",
|
|
"default": 2
|
|
},
|
|
"circleSize": {
|
|
"type": "number",
|
|
"default": 96
|
|
},
|
|
"imageAlignment": {
|
|
"type": "string",
|
|
"default": "left"
|
|
},
|
|
"order": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"orderby": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"archiveLinkLabel": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"authors": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"fieldState": {
|
|
"type": "object",
|
|
"default": {}
|
|
},
|
|
"taxQuery": {
|
|
"type": "object",
|
|
"default": {}
|
|
},
|
|
"previewOnly": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": ["wide", "full", "left", "right", "center"]
|
|
}
|
|
}
|