File: //wordpress/plugins/jetpack/latest/_inc/blocks/premium-content/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"
}