'EventSchool', 'names' => 'EventSchools', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'EventSchools', 'sub' => 'EventSchools', 'list' => 'List of event_schools', 'edit' => 'Edit event_school', 'create' => 'Create new event_school' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'event_id' => 'Please enter event id', 'school_id' => 'Please enter school id', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'event_id' => 'Event id', 'school_id' => 'School id', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'EventSchools', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];