'Tm', 'names' => 'Tms', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Tms', 'sub' => 'Tms', 'list' => 'List of tms', 'edit' => 'Edit tm', 'create' => 'Create new tm' ], /** * Options for select/radio/check. */ 'options' => [ 'week' => [1,2,3,4,5,6], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'name' => '1313', 'week' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'name' => 'Hallo', 'week' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Tms', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];