create('COURSE_SEM_TREE_DISPLAY', [ 'value' => 0, 'is_default' => 0, 'type' => 'boolean', 'range' => 'global', 'section' => 'global', 'description' => _('Zeigt den Studienbereichsbaum als Baum an') ]); Config::get()->create('COURSE_SEM_TREE_CLOSED_LEVELS', [ 'value' => '[1]', 'is_default' => '[1]', 'type' => 'array', 'range' => 'global', 'section' => 'global', 'description' => _('Gibt an, welche Ebenen der Studienbereichszuordnung geschlossen bleiben sollen') ]); } function down() { Config::get()->delete('COURSE_SEM_TREE_DISPLAY'); Config::get()->delete('COURSE_SEM_TREE_CLOSED_LEVELS'); } }