35 lines
759 B
JSON
35 lines
759 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "edd/register",
|
|
"version": "2.0.0",
|
|
"title": "EDD Registration Form",
|
|
"category": "easy-digital-downloads",
|
|
"icon": "id",
|
|
"description": "Registration form for Easy Digital Downloads.",
|
|
"keywords": [
|
|
"easy digital downloads",
|
|
"edd",
|
|
"registration"
|
|
],
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "easy-digital-downloads",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"current": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"redirect": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"example": {
|
|
"attributes": {}
|
|
}
|
|
} |