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