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

15 lines
No EOL
328 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"
}