visual-blueprint-builder/build/steps/set-site-language/block.json
2025-07-29 18:37:15 +00:00

27 lines
No EOL
639 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "playground-step/set-site-language",
"version": "0.1.0",
"title": "Set Site Language",
"category": "config",
"description": "Sets the site language and download translations.",
"example": {},
"supports": {
"html": false,
"multiple": false,
"customClassName": false
},
"attributes": {
"step": {
"type": "string",
"default": "setSiteLanguage"
},
"language": {
"type": "string",
"default": ""
}
},
"textdomain": "wp-playground-blueprint-editor",
"editorScript": "file:./index.js"
}