- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
400 B
JSON
Executable File
21 lines
400 B
JSON
Executable File
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/widget-group",
|
|
"title": "Widget Group",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"html": false,
|
|
"inserter": true,
|
|
"customClassName": true,
|
|
"reusable": false
|
|
},
|
|
"editorStyle": "wp-block-widget-group-editor",
|
|
"style": "wp-block-widget-group"
|
|
}
|