block.json
2 years ago
view.asset.php
1 month ago
view.css
1 month ago
view.js
1 month ago
view.rtl.css
1 month 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 d='m12.74,14.43l-4.1-1.26-.13.71-.42,6.87c-.03.49.52.81.93.54l3.72-2.48,4,2.51c.42.26.96-.07.92-.56l-.64-6.87v-.71l-4.28,1.26Z'/><path d='m12.74,15.14c-3.55,0-6.44-2.89-6.44-6.44s2.89-6.44,6.44-6.44,6.44,2.89,6.44,6.44-2.89,6.44-6.44,6.44Zm0-11.89c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/><path d='M11.95 11.08 9.36 8.48 10.06 7.77 11.95 9.66 15.42 6.19 16.13 6.9 11.95 11.08z'/></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 | } |