OwlCyberSecurity - MANAGER
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/premium-content", "title": "Paid Content", "description": "Restrict access to your content for paying subscribers.", "keywords": [ "buy", "credit card", "debit card", "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": "grow", "icon": "<svg viewBox='0 0 25 24' width='25' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M12.7439 14.4271L8.64053 13.165L8.51431 13.8718L8.09208 20.7415C8.06165 21.2365 8.61087 21.5526 9.02363 21.2776L12.7439 18.799L16.7475 21.304C17.1687 21.5676 17.7094 21.2343 17.6631 20.7396L17.0212 13.8718L17.0212 13.165L12.7439 14.4271Z' /><circle cx='12.7439' cy='8.69796' r='5.94466' stroke='currentColor' strokeWidth='1.5' fill='none' /><path d='M9.71023 8.12461L11.9543 10.3687L15.7776 6.54533' stroke='currentColor' strokeWidth='1.5' fill='none'/></svg>", "supports": { "html": false }, "providesContext": { "premium-content/planId": "selectedPlanId", "premium-content/isPreview": "isPreview", "isPremiumContentChild": "isPremiumContentChild" }, "attributes": { "newPlanName": { "type": "string", "default": "Monthly Subscription" }, "newPlanCurrency": { "type": "string", "default": "USD" }, "newPlanPrice": { "type": "number", "default": 5 }, "newPlanInterval": { "type": "string", "default": "1 month" }, "selectedPlanId": { "type": "number", "default": 0 }, "isPreview": { "type": "boolean", "default": false }, "isPremiumContentChild": { "type": "boolean", "default": true } }, "example": { "attributes": { "isPreview": true } }, "editorScript": "file:../editor.js" }