fix: redirect to course list from course from if user is not moderator and instructor

This commit is contained in:
Jannat Patel
2025-04-10 16:36:22 +05:30
parent 04aff8d149
commit eeaa835bef
4 changed files with 31 additions and 175 deletions

View File

@@ -350,6 +350,20 @@ const tabsStructure = computed(() => {
},
],
},
{
label: 'SEO',
icon: 'Search',
fields: [
{
label: 'Meta Description',
name: 'meta_description',
type: 'textarea',
rows: 5,
description:
"This description will be shown on lists and pages that don't have meta description",
},
],
},
],
},
]