'Group', 'names' => 'Groups', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Groups', 'sub' => 'Groups', 'list' => 'List of groups', 'edit' => 'Edit group', 'create' => 'Create new group' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Name' => '', 'curator_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'Name' => '', 'curator_id' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'Name' => ['name' => '', 'data-column' => 1, 'checked'], 'curator_id' => ['name' => '', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Groups', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];