23 lines
453 B
JSON
23 lines
453 B
JSON
|
|
{
|
||
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
|
"apiVersion": 3,
|
||
|
|
"title": "Countdown Timer",
|
||
|
|
"name": "kadence/countdown-timer",
|
||
|
|
"category": "kadence-blocks",
|
||
|
|
"textdomain": "kadence-blocks",
|
||
|
|
"parent": [
|
||
|
|
"kadence/countdown"
|
||
|
|
],
|
||
|
|
"description": "",
|
||
|
|
"attributes": {
|
||
|
|
"uniqueID": {
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"supports": {
|
||
|
|
"inserter": false,
|
||
|
|
"reusable": false,
|
||
|
|
"html": false,
|
||
|
|
"kbMetadata": true
|
||
|
|
}
|
||
|
|
}
|