|
@@ -0,0 +1,652 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "border": {
|
|
|
+ "color": true,
|
|
|
+ "radius": true,
|
|
|
+ "style": true,
|
|
|
+ "width": true
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "custom": true,
|
|
|
+ "customGradient": true,
|
|
|
+ "link": true,
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#bdbdbd",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#bdbdbd",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#bdbdbd",
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#1b1818",
|
|
|
+ "name": "Background",
|
|
|
+ "slug": "background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#1b1818",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "duotone": [
|
|
|
+ {
|
|
|
+ "slug": "default-filter",
|
|
|
+ "colors": ["#bdbdbd", "#1b1818"],
|
|
|
+ "name": "Foreground to Background"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "defaultDuotone": true
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "620px",
|
|
|
+ "wideSize": "1000px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": true,
|
|
|
+ "margin": true,
|
|
|
+ "padding": true,
|
|
|
+ "units": ["%", "px", "em", "rem", "vh", "vw"]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "customFontSize": true,
|
|
|
+ "fluid": true,
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
|
+ "name": "System Font",
|
|
|
+ "slug": "system-font"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": ["file:./assets/fonts/ibm-plex-mono_600.ttf"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/ibm-plex-mono_regular.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/ibm-plex-mono_italic.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/ibm-plex-mono_600italic.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": ["file:./assets/fonts/ibm-plex-mono_300.ttf"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/ibm-plex-mono_300italic.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "IBM Plex Mono",
|
|
|
+ "slug": "ibm-plex-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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "lineHeight": true
|
|
|
+ },
|
|
|
+ "useRootPaddingAwareAlignments": true
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/button": {
|
|
|
+ "border": {
|
|
|
+ "radius": "0px"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|primary",
|
|
|
+ "text": "var:preset|color|tertiary"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var:preset|spacing|40",
|
|
|
+ "left": "var:preset|spacing|40",
|
|
|
+ "right": "var:preset|spacing|40",
|
|
|
+ "top": "var:preset|spacing|40"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.05em",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/buttons": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0",
|
|
|
+ "top": "0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/code": {
|
|
|
+ "border": {
|
|
|
+ "bottom": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
+ "left": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "radius": "0rem",
|
|
|
+ "right": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "style": "solid",
|
|
|
+ "top": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "width": "2px"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|tertiary"
|
|
|
+ },
|
|
|
+ "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/cover": {
|
|
|
+ "filter": {
|
|
|
+ "duotone": "var:preset|duotone|default-filter"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/gallery": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading": {
|
|
|
+ "typography": {
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/image": {
|
|
|
+ "filter": {
|
|
|
+ "duotone": "var:preset|duotone|default-filter"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/list": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--preset--spacing--70)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.02em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "0"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.05em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/paragraph": {
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.02em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author": {
|
|
|
+ "filter": {
|
|
|
+ "duotone": "var:preset|duotone|default-filter"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-content": {
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.02em",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-featured-image": {
|
|
|
+ "filter": {
|
|
|
+ "duotone": "var:preset|duotone|default-filter"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/pullquote": {
|
|
|
+ "border": {
|
|
|
+ "bottom": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
+ "left": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "right": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "style": "solid",
|
|
|
+ "top": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "width": "1px 0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|primary",
|
|
|
+ "text": "var:preset|color|background"
|
|
|
+ },
|
|
|
+ "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": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "letterSpacing": "0px",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/search": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "border": {
|
|
|
+ "color": "currentColor",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 1px 0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-logo": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0",
|
|
|
+ "left": "0",
|
|
|
+ "right": "0",
|
|
|
+ "top": "0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-tagline": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "letterSpacing": "0.05em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "letterSpacing": "0.05em",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/table": {
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.02em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/term-description": {
|
|
|
+ "typography": {
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/verse": {
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "0.02em",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "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)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--secondary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "radius": "0.25rem"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "letterSpacing": "0.05em"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "letterSpacing": "0.05em",
|
|
|
+ "lineHeight": 1.2,
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "text": "#d7ffc3"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "14px"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "var:preset|spacing|50",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "20px",
|
|
|
+ "left": "20px",
|
|
|
+ "right": "20px",
|
|
|
+ "top": "20px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|ibm-plex-mono",
|
|
|
+ "fontSize": "14px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|