18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "visual-portfolio/block",
|
|
"category": "media",
|
|
"title": "Visual Portfolio",
|
|
"description": "Display galleries, posts and portfolio grids.",
|
|
"keywords": ["gallery", "images", "posts", "portfolio", "vpf"],
|
|
"textdomain": "visual-portfolio",
|
|
"supports": {
|
|
"ghostkit": true,
|
|
"anchor": true,
|
|
"className": false,
|
|
"html": false,
|
|
"align": ["wide", "full"]
|
|
}
|
|
}
|