mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
16 lines
304 B
JSON
16 lines
304 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"
|
|
}
|