piazza-in-festa-wp/blocks/eventi/block.json

28 lines
956 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "piazza-in-festa/eventi",
"version": "1.0.0",
"title": "Piazza in Festa",
"category": "widgets",
"icon": "calendar-alt",
"description": "Upcoming local events of the towns you follow.",
"keywords": ["eventi", "events", "sagre", "calendar", "agenda"],
"textdomain": "piazza-in-festa",
"supports": {
"html": false,
"align": ["wide", "full"]
},
"attributes": {
"comuni": { "type": "string", "default": "" },
"regione": { "type": "string", "default": "" },
"categoria": { "type": "string", "default": "" },
"limite": { "type": "string", "default": "5" },
"formato": { "type": "string", "default": "lista" },
"tema": { "type": "string", "default": "chiaro" },
"colore": { "type": "string", "default": "" },
"titolo": { "type": "string", "default": "" },
"altezza": { "type": "string", "default": "320" }
},
"editorScript": "file:./index.js"
}