'TestModule', 'names' => 'TestModules', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'TestModules', 'sub' => 'TestModules', 'list' => 'List of test_modules', 'edit' => 'Edit test_module', 'create' => 'Create new test_module' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Name tabel' => '', '' => 'Name waarde 2', ], /** * Labels for inputs. */ 'label' => [ 'Name tabel' => '', '' => 'Naam form', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ '' => ['name' => 'Naam form', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'TestModules', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];