'Scheduler', 'names' => 'Schedulers', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Schedulers', 'sub' => 'Schedulers' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Name', 'slug' => '', 'description' => 'Description', 'zoom_room_id' => 'Zoom Room Id', 'zoom_room_password' => 'Zoom Room Password', 'youtube_id' => 'Youtube Live Id', 'date_start' => 'Start Date', 'date_end' => 'End Date', 'difficulty_id' => 'Difficulty', 'category_id' => 'Category', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'slug' => '', 'description' => 'Description', 'zoom_room_id' => 'Zoom Room Id', 'zoom_room_password' => 'Zoom Room Password', 'youtube_id' => 'Youtube Live Id', 'date_start' => 'Start Date', 'date_end' => 'End Date', 'difficulty_id' => 'Difficulty', 'category_id' => 'Category', ], ];