block.json
1 week ago
view.asset.php
2 months ago
view.css
2 months ago
view.js
2 months ago
view.rtl.css
2 months ago
block.json
72 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "premium-content/container", |
| 5 | "title": "Paid Content", |
| 6 | "description": "Restrict access to your content for paying subscribers.", |
| 7 | "keywords": [ |
| 8 | "buy", |
| 9 | "credit card", |
| 10 | "debit card", |
| 11 | "monetize", |
| 12 | "earn", |
| 13 | "exclusive", |
| 14 | "gated", |
| 15 | "gofundme", |
| 16 | "memberships", |
| 17 | "money", |
| 18 | "newsletter", |
| 19 | "paid", |
| 20 | "patreon", |
| 21 | "pay", |
| 22 | "payments", |
| 23 | "paywall", |
| 24 | "premium content", |
| 25 | "purchase", |
| 26 | "recurring", |
| 27 | "repeat", |
| 28 | "signin", |
| 29 | "stripe", |
| 30 | "subscribe", |
| 31 | "subscriptions", |
| 32 | "support", |
| 33 | "sponsor", |
| 34 | "square", |
| 35 | "toast", |
| 36 | "venmo", |
| 37 | "stripe", |
| 38 | "substack" |
| 39 | ], |
| 40 | "version": "12.5.0", |
| 41 | "textdomain": "jetpack", |
| 42 | "category": "monetize", |
| 43 | "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>", |
| 44 | "supports": { |
| 45 | "html": false |
| 46 | }, |
| 47 | "providesContext": { |
| 48 | "premium-content/planIds": "selectedPlanIds", |
| 49 | "premium-content/isPreview": "isPreview", |
| 50 | "isPremiumContentChild": "isPremiumContentChild" |
| 51 | }, |
| 52 | "attributes": { |
| 53 | "selectedPlanIds": { |
| 54 | "type": "array", |
| 55 | "default": [] |
| 56 | }, |
| 57 | "isPreview": { |
| 58 | "type": "boolean", |
| 59 | "default": false |
| 60 | }, |
| 61 | "isPremiumContentChild": { |
| 62 | "type": "boolean", |
| 63 | "default": true |
| 64 | } |
| 65 | }, |
| 66 | "example": { |
| 67 | "attributes": { |
| 68 | "isPreview": true |
| 69 | } |
| 70 | }, |
| 71 | "editorScript": "jetpack-blocks-editor" |
| 72 | } |