'TrainingOffert', 'names' => 'TrainingOfferts', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'TrainingOfferts', 'sub' => 'TrainingOfferts', 'list' => 'List of training_offerts', 'edit' => 'Edit training_offert', 'create' => 'Create new training_offert' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'client_id' => '', 'title' => '', 'text' => '', 'paid' => '', 'price_list_id' => '', 'date_start' => '', 'date_end' => '', ], /** * Labels for inputs. */ 'label' => [ 'client_id' => '', 'title' => '', 'text' => '', 'paid' => '', 'price_list_id' => '', 'date_start' => '', 'date_end' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'TrainingOfferts', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];