Added delete account options

This commit is contained in:
2026-06-17 13:43:17 +02:00
parent 73471162bf
commit 0436a99a7c
28 changed files with 235 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
{
"template": "account_wrapper",
"description": "Add Delete account page URL to account details",
"execution_order": 10,
"enabled": true,
"action": "str_replace",
"find": "<!--[XF:settings_links:bottom]-->",
"replace": "<a class=\"blockLink {{ $pageSelected == 'delete_account' ? 'is-selected' : '' }}\" href=\"{{ link('account/delete-account') }}\">\n\t{{ phrase('delete_account') }}\n</a>\n$0"
}