oont-contents/plugins/jetpack/_inc/blocks/payment-buttons/block.json
2025-02-08 15:10:23 +01:00

75 lines
No EOL
2 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "jetpack/payment-buttons",
"title": "Payment Buttons",
"description": "Sell products and subscriptions.",
"keywords": [
"buy",
"contribution",
"commerce",
"credit card",
"debit card",
"donate",
"Donations",
"earn",
"monetize",
"ecommerce",
"gofundme",
"memberships",
"money",
"paid",
"patreon",
"pay",
"payments",
"products",
"purchase",
"recurring",
"sell",
"shop",
"stripe",
"subscribe",
"subscriptions",
"sponsor",
"square",
"toast",
"venmo"
],
"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 d='M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z'/></svg>",
"supports": {
"__experimentalExposeControlsToChildren": true,
"align": [
"wide",
"full"
],
"spacing": {
"blockGap": true,
"margin": [
"vertical"
],
"__experimentalDefaultControls": {
"blockGap": true
}
},
"layout": {
"allowSwitching": false,
"allowInheriting": false,
"default": {
"type": "flex"
}
},
"typography": {
"fontSize": true,
"__experimentalFontFamily": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"attributes": {},
"editorScript": "jetpack-blocks-editor"
}