- 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>
35 lines
723 B
JSON
Executable File
35 lines
723 B
JSON
Executable File
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "google-site-kit/sign-in-with-google",
|
|
"version": "1.165.0",
|
|
"title": "Sign in with Google",
|
|
"category": "widgets",
|
|
"icon": "google",
|
|
"description": "Allow users to sign in to your site using their Google Account.",
|
|
"textdomain": "google-site-kit",
|
|
"attributes": {
|
|
"shape": {
|
|
"type": "string",
|
|
"enum": [ "", "rectangular", "pill" ]
|
|
},
|
|
"text": {
|
|
"type": "string",
|
|
"enum": [
|
|
"",
|
|
"continue_with",
|
|
"signin",
|
|
"signin_with",
|
|
"signup_with"
|
|
]
|
|
},
|
|
"theme": {
|
|
"type": "string",
|
|
"enum": [ "", "outline", "filled_blue", "filled_black" ]
|
|
},
|
|
"buttonClassName": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|