mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
11 lines
234 B
PHP
11 lines
234 B
PHP
<?php
|
|
|
|
/*It defines which tags are available in LVVerwaltung and whether they are editable
|
|
|
|
$config['lvverwaltung_tags'] = [
|
|
'tag_1' => ['readonly' => false],
|
|
'tag_1' => ['readonly' => true]
|
|
];
|
|
*/
|
|
|
|
$config['lvverwaltung_tags'] = []; |