{"id":103828,"date":"2021-09-14T16:07:36","date_gmt":"2021-09-14T10:37:36","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=103828"},"modified":"2022-05-25T18:36:26","modified_gmt":"2022-05-25T13:06:26","slug":"override-astras-theme-json","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/override-astras-theme-json\/","title":{"rendered":"\u00bfC\u00f3mo reemplazar el theme.json de Astra en un tema hijo?"},"content":{"rendered":"<p>Con WordPress 5.8 actualizaci\u00f3n lleg\u00f3 al archivo theme.json. \u00bfQu\u00e9 significa esto? Usted puede utilizar este archivo para personalizar la configuraci\u00f3n del editor y el estilo de sus bloques Gutenberg, todo desde un solo lugar. El tema Astra es uno de los primeros temas por defecto en implementar theme.json para Gutenberg Color Palette. <\/p>\n\n\n\n<p>Adem\u00e1s, theme.json habilita el editor de plantillas, pero como esta caracter\u00edstica est\u00e1 a\u00fan en desarrollo, la hemos deshabilitado hasta que <a href=\"https:\/\/git-staging.wpastra.com\/es\/news\/wordpress-5-9\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9<\/a> est\u00e1 fuera.\u00a0<\/p>\n\n\n\n<p>Este documento le mostrar\u00e1 c\u00f3mo anular el archivo theme.json de Astra para modificar su configuraci\u00f3n y estilos.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00bfC\u00f3mo puedo hacerlo?<\/h2>\n\n\n\n<p>Para empezar, aseg\u00farese de que ha descargado e instalado la aplicaci\u00f3n <strong>Astra Tema infantil<\/strong> en su sitio web. Si usted no tiene su tema infantil instalado, por favor revise<a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/install-astra-child-theme\/\"> este art\u00edculo<\/a> sobre c\u00f3mo hacerlo.<\/p>\n\n\n\n<p>En primer lugar, tendr\u00e1s que copiar el archivo theme.json de la carpeta del tema Astra y pegarlo en la carpeta principal del tema Astra Infantil antes de empezar a editar el propio archivo. Para ello, necesitar\u00e1s un cliente FTP (como FileZilla, por ejemplo) instalado en tu ordenador y los datos de acceso FTP de tu sitio web.<\/p>\n\n\n\n<p>Utilizaremos el<a href=\"https:\/\/filezilla-project.org\/\"> Cliente FTP FileZilla<\/a> para este art\u00edculo, as\u00ed que inst\u00e1lelo en su ordenador (a menos que conozca otro cliente FTP que prefiera utilizar).<\/p>\n\n\n\n<p>Empecemos:<\/p>\n\n\n\n<p><strong>Primer paso<\/strong> &#8211; <a href=\"https:\/\/wordpress.org\/support\/article\/using-filezilla\/#setting-up-the-options\">A\u00f1ade tus datos de acceso FTP<\/a> al Administrador de sitios de FileZillas y <a href=\"https:\/\/wordpress.org\/support\/article\/using-filezilla\/#connecting\">conecte<\/a> a su servidor;<\/p>\n\n\n\n<p><strong>Paso 2<\/strong> - Necesitas localizar el archivo theme.json. Navegue a la carpeta del tema Astra (<em>public_html &gt; wp-content &gt; temas &gt; astra<\/em>) Aqu\u00ed encontrar\u00e1s el archivo. Copie el archivo;<\/p>\n\n\n\n<p><strong>Paso 3<\/strong> - A continuaci\u00f3n, vaya a la carpeta principal del tema Astra (<em>public_html &gt; wp-content &gt; temas &gt; astra-child<\/em>tenga en cuenta que el nombre de la carpeta puede ser diferente si ha cambiado el nombre del tema hijo al generarlo en nuestro sitio web). Pega el archivo theme.json aqu\u00ed.<\/p>\n\n\n\n<p>Ahora, puedes acceder y modificar la copia del archivo theme.json de Astra en el tema hijo, que anular\u00e1 el archivo original del tema.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u00bfC\u00f3mo puedo editar el archivo theme.json de Astra?<\/h3>\n\n\n\n<p>Paso 1 - Acceda al panel de control de su sitio web y vaya a Apariencia &gt; Editor de temas. Elige Astra Child en el selector de temas (esquina superior derecha);<\/p>\n\n\n\n<p>Paso 2 - Haga clic en el archivo theme.json de la lista \"Archivos de tema\";<\/p>\n\n\n\n<p>Paso 3 - Actualice los valores y realice cualquier otro cambio que necesite en el archivo theme.json. Haz clic en el bot\u00f3n \"Actualizar archivo\" para aplicar los cambios.&nbsp;<\/p>\n\n\n\n<p>A continuaci\u00f3n, puede encontrar varios ejemplos de cambios realizados en el c\u00f3digo del archivo theme.json original. Como se ha mencionado, debes realizar estos cambios en el c\u00f3digo de la copia de nuestro archivo theme.json, que previamente has a\u00f1adido al Astra Child Theme.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Modificar los colores de la paleta<\/h4>\n\n\n\n<p>Tu archivo theme.json contiene el siguiente c\u00f3digo para definir los nueve colores de paleta disponibles dentro de la configuraci\u00f3n de color de tus Bloques Gutenberg:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"version\": 1,\n  \"configuraci\u00f3n\": {\n    \"color\": {\n      \"paleta\": [\n        {\n          \"nombre\": \"Theme Color 1\",\n          \"slug\": \"ast-global-color-0\",\n          \"color\": \"var(--ast-global-color-0)\"\n        },\n        {\n          \"name\": \"Theme Color 2\",\n          \"slug\": \"ast-global-color-1\",\n          \"color\": \"var(--ast-global-color-1)\"\n        },\n        {\n          \"name\": \"Theme Color 3\",\n          \"slug\": \"ast-global-color-2\",\n          \"color\": \"var(--ast-global-color-2)\"\n        },\n        {\n          \"name\": \"Theme Color 4\",\n          \"slug\": \"ast-global-color-3\",\n          \"color\": \"var(--ast-global-color-3)\"\n        },\n        {\n          \"name\": \"Theme Color 5\",\n          \"slug\": \"ast-global-color-4\",\n          \"color\": \"var(--ast-global-color-4)\"\n        },\n        {\n          \"name\": \"Theme Color 6\",\n          \"slug\": \"ast-global-color-5\",\n          \"color\": \"var(--ast-global-color-5)\"\n        },\n        {\n          \"name\": \"Theme Color 7\",\n          \"slug\": \"ast-global-color-6\",\n          \"color\": \"var(--ast-global-color-6)\"\n        },\n        {\n          \"name\": \"Theme Color 8\",\n          \"slug\": \"ast-global-color-7\",\n          \"color\": \"var(--ast-global-color-7)\"\n        },\n        {\n          \"name\": \"Theme Color 9\",\n          \"slug\": \"ast-global-color-8\",\n          \"color\": \"var(--ast-global-color-8)\"\n        }\n      ]\n    }\n  }\n}\n<\/pre>\n\n\n\n<p>Para cambiar cualquiera de los colores en su editor Guttenberg, s\u00f3lo tiene que sustituir los valores de Nombre, Slug y Color como se muestra en este ejemplo:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n\"nombre\": \"Pintalabios\",\n\"slug\": \"pintalabios\",\n\"color\": \"#9f1f19\"\n},\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1366\" height=\"786\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color.png\" alt=\"Modify Colors in theme.json\" class=\"wp-image-103914\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color.png 1366w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color-300x173.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color-1024x589.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-edit-color-768x442.png 768w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" \/><\/a><\/figure>\n\n\n\n<p>Si deseas tener menos colores en la paleta de Gutenberg, puedes eliminar el c\u00f3digo de los colores que no necesites. Del mismo modo, si necesitas m\u00e1s colores que estos nueve predeterminados, solo tienes que a\u00f1adirlos usando esta plantilla de c\u00f3digo:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n\"nombre\": \"COLOR NAME\",\n\"slug\": \"SLUG\",\n\"color\": \"C\u00f3digo de color HEX\"\n},\n<\/pre>\n\n\n\n<p>Todos los c\u00f3digos de color deben a\u00f1adirse entre par\u00e9ntesis.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Eliminar la opci\u00f3n \"Color personalizado<\/h4>\n\n\n\n<p>Tus usuarios del editor Gutenberg podr\u00e1n seguir obteniendo sus colores personalizados junto a los colores que hayas a\u00f1adido a tu paleta mediante la opci\u00f3n \"Color personalizado\". Si quieres ocultar esta opci\u00f3n y limitar a los usuarios a los colores de la paleta, puedes modificar el archivo theme.json a\u00f1adiendo el siguiente c\u00f3digo:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\"personalizado\": false<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color.png\"><img decoding=\"async\" width=\"1366\" height=\"786\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color.png\" alt=\"Remove Custom Color Option in theme.json\" class=\"wp-image-103915\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color.png 1366w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color-300x173.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color-1024x589.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-custom-color-768x442.png 768w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" \/><\/a><\/figure>\n\n\n\n<p>Este c\u00f3digo debe a\u00f1adirse al final del c\u00f3digo de theme.json, entre par\u00e9ntesis y corchetes curvos. No olvides a\u00f1adir \",\" (coma) despu\u00e9s del par\u00e9ntesis, as\u00ed:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">... \"nombre\": \"Tema Color 9\",\n          \"slug\": \"ast-global-color-8\",\n          \"color\": \"var(--ast-global-color-8)\"\n        }\n      ]<strong>,\n\t\t\"personalizado\": false<\/strong>\n    }\n  }\n}\n<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Actualizar la paleta de colores del bloque de p\u00e1rrafo<\/h4>\n\n\n\n<p>Tambi\u00e9n puedes a\u00f1adir limitaciones de color s\u00f3lo para Bloques espec\u00edficos en el archivo theme.json de Astra. Este es un ejemplo de c\u00f3mo puedes limitar el Bloque de P\u00e1rrafo s\u00f3lo para mostrar los tres primeros colores en el editor:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\"bloques\": {\n\"core\/paragraph\": {\n    \"color\": {\n<span id=\"qt-caret\"><\/span>\t\"personalizado\": true\n\t\"paleta\": [\n\t{\n\t\"nombre\": \"Pintalabios\",\n\t\"slug\": \"pintalabios\",\n\t\"color\": \"#9f1f19\"\n\t},\n\t{\n\t\"nombre\": \"Theme Color 2\",\n\t\"slug\": \"ast-global-color-1\",\n\t\"color\": \"var(--ast-global-color-1)\"\n\t},\n\t{\n\t\"name\": \"Theme Color 3\",\n\t\"slug\": \"ast-global-color-2\",\n\t\"color\": \"var(--ast-global-color-2)\"\n\t}\n      ]\n    }\n  }\n}<\/pre>\n\n\n\n<p>Este c\u00f3digo debe a\u00f1adirse igual que el anterior - al final del c\u00f3digo de theme.json, entre corchetes y corchetes curvos, con \",\" (coma) despu\u00e9s del corchete.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block.png\"><img decoding=\"async\" width=\"1366\" height=\"786\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block.png\" alt=\"Modify Colors for Blocks in theme.json\" class=\"wp-image-103916\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block.png 1366w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block-300x173.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block-1024x589.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2021\/09\/ast-3-7-theme-json-block-768x442.png 768w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__outer-wrap uagb-inline_notice__align-left uagb-block-4ed4a8bc\"><h4 class=\"uagb-notice-title\">Nota:<\/h4><div class=\"uagb-notice-text\"><p>El archivo theme.json permite realizar bastantes modificaciones adicionales: Consulte <a href=\"https:\/\/developer.wordpress.org\/block-editor\/how-to-guides\/themes\/theme-json\/\">este enlace para m\u00e1s detalles<\/a>.<\/p><\/div><\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Con WordPress 5.8 actualizaci\u00f3n lleg\u00f3 al archivo theme.json. \u00bfQu\u00e9 significa esto? Usted puede utilizar este archivo para personalizar la configuraci\u00f3n del editor y el estilo de sus bloques Gutenberg, todo desde un solo lugar. El tema Astra es uno de los primeros temas predeterminados en implementar theme.json para la paleta de colores de Gutenberg. Adem\u00e1s, theme.json habilita el editor de plantillas, pero desde [...]<\/p>","protected":false},"author":70,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[108],"docs_tag":[],"class_list":{"0":"post-103828","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-general"},"spectra_custom_meta":{"wp_last_modified_info":["May 25, 2022 @ 6:36 PM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"_edit_lock":["1653483988:65"],"views":["9811"],"_edit_last":["65"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_focuskw":["Astra's theme.json"],"_yoast_wpseo_metadesc":["Would you like to use Astra's theme.json to modify and customize Gutenberg Blocks and editor? Learn how to do it in this document."],"_yoast_wpseo_linkdex":["76"],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_estimated-reading-time-minutes":["5"],"_yoast_wpseo_primary_docs_category":["108"],"_wp_old_slug":["how-to-override-astras-theme-json-in-child-theme"],"helpful":["11"],"unhelpful":["6"],"redirects":["2"],"rank_math_primary_docs_category":["108"],"rank_math_description":["Would you like to use Astra's theme.json to modify and customize Gutenberg Blocks and editor? Learn how to do it in this document."],"rank_math_focus_keyword":["Astra's theme.json"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_analytic_object_id":["113"],"rank_math_internal_links_processed":["1"],"rank_math_seo_score":["72"],"_wplmi_last_modified":["2022-05-25 18:36:26"],"pfd_related_docs":[""],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"6570b4eef85116d49139f1042c335350\";s:6:\"images\";a:1:{i:0;i:103914;}}"],"_trp_automatically_translated_slug_es_ES":["anular-tema-astras-json"],"_uag_page_assets":["a:9:{s:3:\"css\";s:3704:\" .uagb-block-4ed4a8bc.wp-block-uagb-inline-notice .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-4ed4a8bc .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;border: 2px solid #FFD54F;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;} .uagb-block-4ed4a8bc.uagb-dismissable button[type=\"button\"] svg{width: 16px;height: 16px;} .uagb-block-4ed4a8bc.uagb-dismissable > svg{width: 16px;height: 16px;} .uagb-block-4ed4a8bc .uagb-notice-title{background-color: #FFD54F;border-top-right-radius: 3px;border-top-left-radius: 3px;}@media only screen and (max-width: 976px) { .uagb-block-4ed4a8bc .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-4ed4a8bc .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}@media only screen and (max-width: 767px) { .uagb-block-4ed4a8bc .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-4ed4a8bc .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:271:\"document.addEventListener(\"DOMContentLoaded\", function(){ window.addEventListener( 'DOMContentLoaded', function() {\n\tUAGBInlineNotice.init( {\"c_id\":null,\"cookies\":false,\"close_cookie_days\":1,\"noticeDismiss\":\"\",\"icon\":\"rectangle-xmark\"}, '.uagb-block-4ed4a8bc' );\n});\n });\";s:18:\"current_block_list\";a:7:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:17:\"core\/preformatted\";i:3;s:10:\"core\/image\";i:4;s:18:\"uagb\/inline-notice\";i:5;s:14:\"uagb\/container\";i:6;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777356818\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Nikola Mihajlovic","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/nikolam\/"},"uagb_comment_info":0,"uagb_excerpt":"With WordPress 5.8 update came to the theme.json file. What does that mean? You can use this file to customize editor settings and style your Gutenberg Blocks, all from one place. The Astra theme is one of the first default themes to implement theme.json for Gutenberg Color Palette. Also, theme.json enables template editor, but since&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/103828"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/70"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=103828"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/103828\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=103828"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=103828"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=103828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}