mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
add tag component to List.js, add column tags to table, add functionality add, delete and update
This commit is contained in:
@@ -113,3 +113,10 @@ $config['students_tab_order'] = [
|
||||
'finalexam',
|
||||
'archive',
|
||||
];
|
||||
|
||||
$config['stv_prestudent_tags'] = [
|
||||
'tag_1' => ['readonly' => false],
|
||||
'tag_2' => ['readonly' => true],
|
||||
'tag_3' => ['readonly' => false],
|
||||
'tag_4' => ['readonly' => true]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user