{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/cookie-consent", "title": "Cookie Consent", "description": "Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.", "keywords": [ "cookie", "consent", "privacy", "GDPR", "EU" ], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": [ "left", "right", "wide", "full" ], "alignWide": true, "anchor": false, "color": { "gradients": true, "link": true, "background": true }, "spacing": { "padding": true }, "customClassName": true, "className": true, "html": false, "lock": false, "multiple": false, "reusable": false }, "attributes": { "text": { "type": "string", "source": "html", "selector": "p" }, "style": { "type": "object", "default": { "color": { "text": "var(--wp--preset--color--contrast)", "background": "var(--wp--preset--color--tertiary)", "link": "var(--wp--preset--color--contrast)" }, "spacing": { "padding": { "top": "1em", "right": "1em", "bottom": "1em", "left": "1em" } } } }, "align": { "type": "string", "default": "wide" }, "consentExpiryDays": { "type": "integer", "default": 365 }, "showOverlay": { "type": "boolean", "default": false } }, "viewScript": "file:./view.js", "editorScript": "jetpack-blocks-editor" }