'ActivityWorkArea', 'names' => 'ActivityWorkAreas', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ActivityWorkAreas', 'sub' => 'ActivityWorkAreas', 'list' => 'List of activity_work_areas', 'edit' => 'Edit activity_work_area', 'create' => 'Create new activity_work_area' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'activity_id' => 'Please enter activity id', 'work_area_id' => 'Please enter work area id', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'activity_id' => 'Activity id', 'work_area_id' => 'Work area id', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'activity_id' => ['name' => 'Activity id', 'data-column' => 1, 'checked'], 'work_area_id' => ['name' => 'Work area id', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'ActivityWorkAreas', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];