installed plugin Easy Digital Downloads version 3.1.0.3
This commit is contained in:
@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"name": "edd/buy-button",
|
||||
"version": "2.0.0",
|
||||
"title": "EDD Buy Button",
|
||||
"category": "easy-digital-downloads",
|
||||
"icon": "button",
|
||||
"description": "Quickly add a \"buy now\" button for any EDD product.",
|
||||
"keywords": [
|
||||
"easy digital downloads",
|
||||
"edd",
|
||||
"button"
|
||||
],
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": [
|
||||
"center",
|
||||
"left",
|
||||
"right",
|
||||
"wide"
|
||||
]
|
||||
},
|
||||
"textdomain": "easy-digital-downloads",
|
||||
"editorScript": "file:./index.js",
|
||||
"editorStyle": "file:./index.css",
|
||||
"style": "file:./style-index.css",
|
||||
"attributes": {
|
||||
"download_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "string"
|
||||
},
|
||||
"show_price": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user