oont-contents/plugins/ultimate-member/includes/blocks/um-forms/block.json
2025-02-08 15:10:23 +01:00

15 lines
No EOL
303 B
JSON

{
"apiVersion": 2,
"name": "um-block/um-forms",
"title": "Form",
"description": "Choose display form",
"icon": "forms",
"category": "um-blocks",
"attributes": {
"form_id": {
"type": "integer"
}
},
"editorScript": "file:./src/index.js",
"textdomain": "ultimate-member"
}