plugin updates
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "figcaption",
|
||||
"__experimentalRole": "content"
|
||||
"role": "content"
|
||||
},
|
||||
"controls": {
|
||||
"type": "boolean",
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "number",
|
||||
"__experimentalRole": "content"
|
||||
"role": "content"
|
||||
},
|
||||
"loop": {
|
||||
"type": "boolean",
|
||||
@@ -56,12 +56,16 @@
|
||||
"attribute": "preload",
|
||||
"default": "metadata"
|
||||
},
|
||||
"blob": {
|
||||
"type": "string",
|
||||
"role": "local"
|
||||
},
|
||||
"src": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"selector": "video",
|
||||
"attribute": "src",
|
||||
"__experimentalRole": "content"
|
||||
"role": "content"
|
||||
},
|
||||
"playsInline": {
|
||||
"type": "boolean",
|
||||
@@ -70,7 +74,7 @@
|
||||
"attribute": "playsinline"
|
||||
},
|
||||
"tracks": {
|
||||
"__experimentalRole": "content",
|
||||
"role": "content",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user