golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/jetpack/_inc/blocks/recurring-payments
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
1.89 KB
Del
OK
view.asset.php
113 B
Del
OK
view.css
1.09 KB
Del
OK
view.js
4.96 KB
Del
OK
view.rtl.css
1.09 KB
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/recurring-payments", "title": "Payment Button", "description": "Button allowing you to sell products and subscriptions.", "keywords": [ "buy", "contribution", "commerce", "credit card", "debit card", "donate", "Donations", "monetize", "earn", "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 fill-rule='evenodd' clip-rule='evenodd' d='M5.5 9.5v-2h13v2h-13zm0 3v4h13v-4h-13zM4 7a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V7z'/></svg>", "supports": { "html": false, "__experimentalExposeControlsToChildren": true }, "usesContext": [ "isPremiumContentChild" ], "providesContext": { "jetpack/parentBlockWidth": "width" }, "attributes": { "planId": { "type": "integer" }, "planIds": { "type": "array" }, "align": { "type": "string" }, "url": { "type": "string", "default": "#" }, "uniqueId": { "type": "string", "default": "id" }, "width": { "type": "string" } }, "parent": [ "jetpack/payment-buttons" ], "editorScript": "jetpack-blocks-editor" }
Save