wp_back/wp-content/plugins/visual-portfolio/gutenberg/block-saved/block.json

23 lines
493 B
JSON
Raw Normal View History

2024-05-20 15:37:46 +03:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "visual-portfolio/saved",
"category": "media",
"title": "Visual Portfolio Saved Layout",
"description": "Display saved Visual Portfolio layouts.",
"keywords": ["saved", "portfolio", "vpf"],
"textdomain": "visual-portfolio",
"attributes": {
"id": {
"type": "string"
}
},
"supports": {
"ghostkit": true,
"anchor": true,
"className": false,
"html": false,
"align": ["wide", "full"]
}
}