Files
roi-theme/wp-content/plugins/google-site-kit/dist/assets/blocks/sign-in-with-google/block.json
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- 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>
2025-11-03 21:04:30 -06:00

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"
}
}
}