22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "aiovg/video",
|
|
"version": "4.7.6",
|
|
"title": "AIOVG - Video Player",
|
|
"category": "all-in-one-video-gallery",
|
|
"keywords": [
|
|
"video",
|
|
"player",
|
|
"all-in-one-video-gallery",
|
|
"aiovg"
|
|
],
|
|
"icon": "format-video",
|
|
"description": "Display a video player.",
|
|
"textdomain": "all-in-one-video-gallery",
|
|
"editorScript": "file:./index.js",
|
|
"supports": {
|
|
"customClassName": true,
|
|
"css": true
|
|
}
|
|
} |