35 lines
815 B
JSON
35 lines
815 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "edd/confirmation",
|
|
"version": "2.0.0",
|
|
"title": "EDD Confirmation",
|
|
"category": "easy-digital-downloads",
|
|
"icon": "yes-alt",
|
|
"description": "A brief confirmation screen to show to customers immediately after a successful purchase.",
|
|
"keywords": [
|
|
"easy digital downloads",
|
|
"edd",
|
|
"orders"
|
|
],
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "easy-digital-downloads",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"payment_key": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"payment_method": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"example": {
|
|
"attributes": {}
|
|
}
|
|
} |