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