plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -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"