2022-11-27 15:03:07 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "edd/checkout",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"title": "EDD Checkout",
|
|
|
|
"category": "easy-digital-downloads",
|
|
|
|
"icon": "products",
|
2023-01-18 16:39:57 +00:00
|
|
|
"description": "Full checkout block for Easy Digital Downloads.",
|
2022-11-27 15:03:07 +00:00
|
|
|
"keywords": [
|
|
|
|
"easy digital downloads",
|
|
|
|
"edd",
|
|
|
|
"checkout"
|
|
|
|
],
|
|
|
|
"supports": {
|
|
|
|
"html": false
|
|
|
|
},
|
|
|
|
"textdomain": "easy-digital-downloads",
|
|
|
|
"editorScript": "file:./index.js",
|
|
|
|
"editorStyle": "file:./index.css",
|
|
|
|
"style": "file:./style-index.css",
|
|
|
|
"example": {
|
|
|
|
"attributes": {}
|
|
|
|
}
|
|
|
|
}
|