{ "version": 1, "title": "Block theme", "settings": { "color": { "palette": [ { "slug": "light", "name": "Light", "color": "#f5f7f9" }, { "slug": "dark", "name": "Dark", "color": "#000" } ], "gradients": [ { "name": "Custom gradient", "gradient": "linear-gradient(135deg,rgba(0,0,0) 0%,rgb(0,0,0) 100%)", "slug": "custom-gradient" } ], "duotone": [ { "colors": [ "#333333", "#aaaaaa" ], "slug": "custom-duotone", "name": "Custom Duotone" } ], "custom": false, "customGradient": false }, "typography": { "fontSizes": [ { "name": "Custom", "slug": "custom", "size": "100px" } ], "customFontSize": false, "customLineHeight": true }, "spacing": { "units": ["rem"], "customPadding": true, "blockGap": true }, "blocks": { "core/paragraph": { "color": { "palette": [ { "slug": "light", "name": "Light", "color": "#f5f7f9" } ] } } } }, "styles" : { "blocks" :{ "core/post-featured-image": { "shadow": "10px 10px 5px 0px rgba(0,0,0,0.66)", "filter": { "duotone": "var(--wp--preset--duotone--custom-duotone)" } }, "my/third-party-block": { "color": { "background": "hotpink" } } }, "elements": { "button": { "shadow": "10px 10px 5px 0px rgba(0,0,0,0.66)" }, "link": { "typography": { "textDecoration": "none" }, "border": { "bottom": { "width": "2px", "color": "currentColor", "style": "solid" } }, ":hover": { "typography": { "textDecoration": "none" }, "border": { "bottom": { "width": "2px", "color": "#000", "style": "dotted" } } } } } }, "customTemplates": [ { "name": "page-home", "title": "Homepage template" }, { "name": "custom-single-post-template", "title": "Custom Single Post template", "postTypes": ["post"] } ], "templateParts": [ { "name": "small-header", "title": "Small Header", "area": "header" } ] }