tags als default entfernt
master gemerged
This commit is contained in:
ma0048
2025-09-18 15:27:04 +02:00
parent 6a31eade8b
commit 41dbd83bdb
2 changed files with 87 additions and 7 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
<?php
$config['lvverwaltung_tags'] = [
'hinweis_stg_kf' => ['readonly' => false],
'hinweis' => ['readonly' => false],
'hinweis_assistenz' => ['readonly' => false],
'finished_stg' => ['readonly' => false],
/*It defines which tags are available in LVVerwaltung and whether they are editable
'finished_kf' => ['readonly' => true],
'inwork_kf' => ['readonly' => true],
$config['lvverwaltung_tags'] = [
'tag_1' => ['readonly' => false],
'tag_1' => ['readonly' => true]
];
*/
$config['lvverwaltung_tags'] = [];