{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/subscriber-login", "title": "Subscriber Login", "description": "Show links for subscribers to login, logout, or manage their subscription.", "keywords": [ "login", "logout", "subscription", "member", "account", "user" ], "version": "0.0.1", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": true, "anchor": false, "customClassName": true, "className": true, "html": false, "multiple": true, "reusable": true, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true }, "color": { "text": false, "link": true, "gradients": true } }, "attributes": { "redirectToCurrent": { "type": "boolean", "default": true }, "logInLabel": { "type": "string" }, "logOutLabel": { "type": "string" }, "showManageSubscriptionsLink": { "type": "boolean", "default": true }, "manageSubscriptionsLabel": { "type": "string" } }, "editorScript": "jetpack-blocks-editor" }