mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
16 lines
331 B
JSON
16 lines
331 B
JSON
|
|
{
|
||
|
|
"apiVersion": 2,
|
||
|
|
"name": "um-block/um-account",
|
||
|
|
"title": "Account",
|
||
|
|
"description": "Displaying the account page of the current user",
|
||
|
|
"icon": "id",
|
||
|
|
"category": "um-blocks",
|
||
|
|
"attributes": {
|
||
|
|
"tab": {
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"editorScript": "file:./build/index.js",
|
||
|
|
"textdomain": "ultimate-member"
|
||
|
|
}
|