{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "premium-content/container", "title": "Paid Content", "description": "Restrict access to your content for paying subscribers.", "keywords": [ "buy", "credit card", "debit card", "monetize", "earn", "exclusive", "gated", "gofundme", "memberships", "money", "newsletter", "paid", "patreon", "pay", "payments", "paywall", "premium content", "purchase", "recurring", "repeat", "signin", "stripe", "subscribe", "subscriptions", "support", "sponsor", "square", "toast", "venmo", "stripe", "substack" ], "version": "12.5.0", "textdomain": "jetpack", "category": "monetize", "icon": "", "supports": { "html": false }, "providesContext": { "premium-content/planIds": "selectedPlanIds", "premium-content/isPreview": "isPreview", "isPremiumContentChild": "isPremiumContentChild" }, "attributes": { "selectedPlanIds": { "type": "array", "default": [] }, "isPreview": { "type": "boolean", "default": false }, "isPremiumContentChild": { "type": "boolean", "default": true } }, "example": { "attributes": { "isPreview": true } }, "editorScript": "jetpack-blocks-editor" }