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