create('STUDIP_SHORT_NAME', [ 'value' => 'Stud.IP', 'is_default' => 'Stud.IP', 'type' => 'string', 'range' => 'global', 'section' => 'global', 'description' => _('Studip Kurzname') ]); } function down() { Config::get()->delete('STUDIP_SHORT_NAME'); } }