You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
565 B
19 lines
565 B
<?php
|
|
|
|
return [
|
|
'faculty' => [
|
|
'title' => 'Faculty Data',
|
|
'description' => 'Manage faculty data in the system.',
|
|
'keywords' => 'faculty, academic, university',
|
|
],
|
|
'study-program' => [
|
|
'title' => 'Study Program Data',
|
|
'description' => 'Manage study program data in the system.',
|
|
'keywords' => 'study program, academic, university',
|
|
],
|
|
'term' => [
|
|
'title' => 'Term Data',
|
|
'description' => 'Manage term and semester data.',
|
|
'keywords' => 'term, semester, academic',
|
|
],
|
|
];
|
|
|