'TestPackage', 'names' => 'TestPackages', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'TestPackages', 'sub' => 'TestPackages', 'list' => 'List of test_packages', 'edit' => 'Edit test_package', 'create' => 'Create new test_package' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => '', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'TestPackages', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];