'Brmagazin', 'names' => 'Brmagazins', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Brmagazins', 'sub' => 'Brmagazins', 'list' => 'List of brmagazins', 'edit' => 'Edit brmagazin', 'create' => 'Create new brmagazin' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'project_name' => '', 'project_category' => '', 'project_title' => '', 'description' => '', 'screenshots' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'project_name' => '', 'project_category' => '', 'project_title' => '', 'description' => '', 'screenshots' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Brmagazins', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];