* @license https://files.froxlor.org/misc/COPYING.txt GPLv2 */ return [ 'plans_add' => [ 'title' => lng('admin.plans.add'), 'image' => 'fa-solid fa-plus', 'self_overview' => ['section' => 'plans', 'page' => 'overview'], 'sections' => [ 'section_a' => [ 'title' => lng('admin.plans.plan_details'), 'image' => 'icons/templates_add_big.png', 'fields' => [ 'name' => [ 'label' => lng('admin.plans.name'), 'type' => 'text', 'mandatory' => true ], 'description' => [ 'label' => lng('admin.plans.description'), 'type' => 'textarea', 'cols' => 60, 'rows' => 12 ] ] ] ] ] ];