- 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>
22 lines
464 B
JSON
Executable File
22 lines
464 B
JSON
Executable File
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/shortcode",
|
|
"title": "Shortcode",
|
|
"category": "widgets",
|
|
"description": "Insert additional custom elements with a WordPress shortcode.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"text": {
|
|
"type": "string",
|
|
"source": "raw"
|
|
}
|
|
},
|
|
"supports": {
|
|
"className": false,
|
|
"customClassName": false,
|
|
"html": false
|
|
},
|
|
"editorStyle": "wp-block-shortcode-editor"
|
|
}
|