Files
ultimatemember/blocks-src/um-account/block.json
T
2024-11-06 12:12:13 +02:00

16 lines
329 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:./src/index.js",
"textdomain": "ultimate-member"
}