'Table1', 'names' => 'Table1s', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Table1s', 'sub' => 'Table1s', 'list' => 'List of table1s', 'edit' => 'Edit table1', 'create' => 'Create new table1' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'aaa' => '', ], /** * Labels for inputs. */ 'label' => [ 'aaa' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Table1s', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];