golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/jetpack/_inc/blocks/premium-content
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
2.08 KB
Del
OK
view.asset.php
97 B
Del
OK
view.css
879 B
Del
OK
view.js
1.84 KB
Del
OK
view.rtl.css
878 B
Del
OK
Edit: block.json
{ "$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": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 1.75a6.75 6.75 0 014 12.19l1.36 6.48a.85.85 0 01-1.22.93L12 19.6l-4.14 1.75a.85.85 0 01-1.22-.93l1.36-6.48A6.75 6.75 0 0112 1.75zm0 1.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5zm-2.2 12.05l-.86 4.06 2.77-1.17a.85.85 0 01.66 0l2.77 1.17-.86-4.06A6.72 6.72 0 0112 15.25a6.72 6.72 0 01-2.2-.37zM11.3 11.6 9 9.3l1.1-1.1 1.2 1.2 2.5-2.5 1.1 1.1z'/></svg>", "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" }
Save