visual-blueprint-builder/build/steps/import-theme-starter-content/block.json
2025-07-29 18:37:15 +00:00

27 lines
No EOL
668 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "playground-step/import-theme-starter-content",
"version": "0.1.0",
"title": "Import theme starter content",
"category": "data",
"description": "Imports a theme Starter Content into WordPress.",
"example": {},
"supports": {
"html": false,
"multiple": false,
"customClassName": false
},
"attributes": {
"step": {
"type": "string",
"default": "importThemeStarterContent"
},
"themeSlug": {
"type": "string",
"default": ""
}
},
"textdomain": "wp-playground-blueprint-editor",
"editorScript": "file:./index.js"
}