1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054 |
- {
- "settings": {
- "appearanceTools": true,
- "blocks": {
- "core/post-comments-form": {
- "appearanceTools": true,
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#33ff10",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#33ff10",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#33ff10",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#1a1a1a",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#d0d0d0",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "layout": {
- "definitions": {
- "constrained": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important",
- "max-width": "var(--wp--style--global--content-size)"
- },
- "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
- },
- {
- "rules": {
- "max-width": "var(--wp--style--global--wide-size)"
- },
- "selector": " > .alignwide"
- }
- ],
- "className": "is-layout-constrained",
- "name": "constrained",
- "slug": "constrained",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- }
- ]
- },
- "default": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- }
- ],
- "className": "is-layout-flow",
- "name": "default",
- "slug": "flow",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- }
- ]
- },
- "flex": {
- "baseStyles": [
- {
- "rules": {
- "align-items": "center",
- "flex-wrap": "wrap"
- }
- },
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-flex",
- "displayMode": "flex",
- "name": "flex",
- "slug": "flex"
- },
- "grid": {
- "baseStyles": [
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-grid",
- "displayMode": "grid",
- "name": "grid",
- "slug": "grid"
- }
- }
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 7,
- "unit": "rem"
- },
- "spacingSizes": [],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFace": [],
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Jozsika",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/jozsika_normal_400.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/jozsika_italic_400.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/jozsika_normal_700.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/jozsika_italic_700.ttf"
- ]
- }
- ],
- "fontFamily": "Jozsika",
- "slug": "jozsika"
- },
- {
- "fontFace": [
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "italic",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/jetbrains-mono_italic_600.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "normal",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/jetbrains-mono_normal_600.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "normal",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/jetbrains-mono_normal_300.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "italic",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/jetbrains-mono_italic_300.ttf"
- ]
- }
- ],
- "fontFamily": "JetBrains Mono",
- "slug": "jetbrains-mono"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.0625rem",
- "min": "0.825rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.25rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.5rem"
- },
- "name": "Extra Large",
- "size": "3rem",
- "slug": "x-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- }
- },
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#33ff10",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#33ff10",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#33ff10",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#1a1a1a",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#d0d0d0",
- "name": "Tertiary",
- "slug": "tertiary"
- },
- {
- "color": "#280c0b",
- "name": "Background Var",
- "slug": "custom-background-var"
- },
- {
- "color": "#ffb000",
- "name": "Foreground Var",
- "slug": "custom-foreground-var"
- }
- ],
- "text": true
- },
- "layout": {
- "contentSize": "720px",
- "definitions": {
- "constrained": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important",
- "max-width": "var(--wp--style--global--content-size)"
- },
- "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
- },
- {
- "rules": {
- "max-width": "var(--wp--style--global--wide-size)"
- },
- "selector": " > .alignwide"
- }
- ],
- "className": "is-layout-constrained",
- "name": "constrained",
- "slug": "constrained",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- }
- ]
- },
- "default": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- }
- ],
- "className": "is-layout-flow",
- "name": "default",
- "slug": "flow",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- }
- ]
- },
- "flex": {
- "baseStyles": [
- {
- "rules": {
- "align-items": "center",
- "flex-wrap": "wrap"
- }
- },
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-flex",
- "displayMode": "flex",
- "name": "flex",
- "slug": "flex"
- },
- "grid": {
- "baseStyles": [
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-grid",
- "displayMode": "grid",
- "name": "grid",
- "slug": "grid"
- }
- },
- "wideSize": "720px"
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 7,
- "unit": "rem"
- },
- "spacingSizes": [],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFace": [],
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Jozsika",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/jozsika_normal_400.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/jozsika_italic_400.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/jozsika_normal_700.ttf"
- ]
- },
- {
- "fontFamily": "Jozsika",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/jozsika_italic_700.ttf"
- ]
- }
- ],
- "fontFamily": "Jozsika",
- "slug": "jozsika"
- },
- {
- "fontFace": [
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "italic",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/jetbrains-mono_italic_600.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "normal",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/jetbrains-mono_normal_600.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "normal",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/jetbrains-mono_normal_300.ttf"
- ]
- },
- {
- "fontFamily": "JetBrains Mono",
- "fontStyle": "italic",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/jetbrains-mono_italic_300.ttf"
- ]
- }
- ],
- "fontFamily": "JetBrains Mono",
- "slug": "jetbrains-mono"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.0625rem",
- "min": "0.825rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.25rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.5rem"
- },
- "name": "Extra Large",
- "size": "3rem",
- "slug": "x-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/code": {
- "border": {
- "color": "var(--wp--preset--color--foreground)",
- "radius": "0.25rem",
- "style": "solid",
- "width": "2px"
- },
- "spacing": {
- "padding": {
- "bottom": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--50)",
- "right": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontFamily": "monospace"
- }
- },
- "core/comment-author-name": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-date": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-edit-link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-reply-link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/gallery": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--50)"
- }
- }
- },
- "core/heading": {
- "spacing": {
- "margin": {
- "bottom": "0px",
- "left": "0px",
- "right": "0px",
- "top": "0px"
- },
- "padding": {
- "top": "2rem"
- }
- }
- },
- "core/list": {
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--70)"
- }
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/post-author-name": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/post-comments-form": {
- "spacing": {
- "padding": {
- "bottom": "0",
- "left": "0",
- "right": "0",
- "top": "0"
- }
- }
- },
- "core/post-date": {
- "color": {
- "text": "var:preset|color|custom-foreground-var"
- },
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "color": {
- "text": "var:preset|color|custom-foreground-var"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "0"
- }
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--foreground)",
- "style": "solid",
- "width": "1px 0"
- },
- "spacing": {
- "padding": {
- "bottom": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--50)",
- "right": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontStyle": "italic"
- }
- },
- "core/quote": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "style": "solid",
- "width": "0 0 0 1px"
- },
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontStyle": "normal"
- }
- },
- "core/search": {
- "color": {
- "background": "var:preset|color|background",
- "text": "var:preset|color|primary"
- },
- "typography": {
- "fontFamily": "var:preset|font-family|jetbrains-mono",
- "fontSize": "var:preset|font-size|medium",
- "lineHeight": "1.4"
- }
- },
- "core/separator": {
- "border": {
- "color": "currentColor",
- "style": "solid",
- "width": "0 0 1px 0"
- },
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- }
- },
- "core/site-tagline": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontWeight": "700"
- }
- }
- },
- "color": {
- "background": "var:preset|color|custom-background-var",
- "text": "var:preset|color|custom-foreground-var"
- },
- "elements": {
- "button": {
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- },
- "outline": {
- "color": "var(--wp--preset--color--primary)",
- "offset": "2px",
- "style": "dotted",
- "width": "1px"
- }
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- "border": {
- "radius": "0.25rem"
- },
- "color": {
- "background": "var:preset|color|custom-foreground-var",
- "text": "var:preset|color|custom-background-var"
- }
- },
- "caption": {
- "color": {
- "text": "var:preset|color|custom-foreground-var"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "h2": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "h3": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "h4": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "h5": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "h6": {
- "typography": {
- "fontSize": "1.2rem",
- "lineHeight": 1.4
- }
- },
- "heading": {
- "color": {
- "text": "var:preset|color|custom-foreground-var"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--rubik)",
- "fontWeight": "400",
- "lineHeight": 1.4,
- "textTransform": "uppercase"
- }
- },
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": "var:preset|color|custom-foreground-var"
- },
- "typography": {
- "lineHeight": 1.4
- }
- }
- },
- "spacing": {
- "blockGap": "0.5rem",
- "padding": {
- "bottom": "0rem",
- "left": "0rem",
- "right": "0rem",
- "top": "0rem"
- }
- },
- "typography": {
- "fontFamily": "var:preset|font-family|jetbrains-mono",
- "fontSize": "1.2rem",
- "lineHeight": "1.4"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header"
- },
- {
- "area": "footer",
- "name": "footer"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|