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