mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "um-block/um-member-directories",
|
|
"title": "Member Directory",
|
|
"description": "Choose display directory",
|
|
"icon": "groups",
|
|
"category": "um-blocks",
|
|
"attributes": {
|
|
"member_id": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"editorScript": "file:./build/index.js",
|
|
"textdomain": "ultimate-member"
|
|
}
|