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>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1 @@
.block-editor__container .googlesitekit-rrm-settings-panel .googlesitekit-rrm-panel__select-control label{text-transform:none;white-space:normal}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.googlesitekit-blocks-reader-revenue-manager-button{align-items:center;background-color:#fff;border:1px solid #dadce0;border-radius:4px;color:#1a73e8;display:flex;font-family:"Google Sans",Roboto-Regular,sans-serif,arial;font-size:14px;font-weight:500;justify-content:center;letter-spacing:.014px;outline:0;padding:12px 34px}.googlesitekit-blocks-reader-revenue-manager-button svg{margin-right:8px}.googlesitekit-blocks-reader-revenue-manager-button.googlesitekit-blocks-reader-revenue-manager-button--disabled{filter:grayscale(100%);opacity:.5}

View File

@@ -0,0 +1,14 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "google-site-kit/rrm-contribute-with-google",
"version": "1.165.0",
"title": "Contribute with Google",
"category": "widgets",
"icon": "google",
"description": "Allow users to make voluntary contributions using Reader Revenue Manager.",
"textdomain": "google-site-kit",
"supports": {
"inserter": true
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "google-site-kit/rrm-subscribe-with-google",
"version": "1.165.0",
"title": "Subscribe with Google",
"category": "widgets",
"icon": "google",
"description": "Allow users to subscribe using Reader Revenue Manager to access content behind a paywall.",
"textdomain": "google-site-kit",
"supports": {
"inserter": true
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,34 @@
{
"$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"
}
}
}

View File

@@ -0,0 +1 @@
.googlesitekit-blocks-sign-in-with-google{max-width:180px;min-width:120px}

File diff suppressed because one or more lines are too long