fix: settings ui cleanup

This commit is contained in:
Jannat Patel
2025-05-29 16:09:14 +05:30
parent fba89dfacb
commit f1bbd4eb13
4 changed files with 15 additions and 5 deletions

View File

@@ -335,6 +335,9 @@ const tabsStructure = computed(() => {
description:
'New users will have to be manually registered by Admins.',
},
{
type: 'Column Break',
},
{
label: 'Signup Consent HTML',
name: 'custom_signup_content',
@@ -364,10 +367,14 @@ const tabsStructure = computed(() => {
description:
'Keywords for search engines to find your website. Separated by commas.',
},
{
type: 'Column Break',
},
{
label: 'Meta Image',
name: 'meta_image',
type: 'Upload',
size: 'lg',
},
],
},