'Document', 'names' => 'Documents', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Documents', 'sub' => 'Documents', 'list' => 'List of documents', 'edit' => 'Edit document', 'create' => 'Create new document' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => 'Title', 'file_upload' => '', 'flag_icon' => '', 'category' => 'Category', 'order' => '', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'file_upload' => 'Upload', 'flag_icon' => 'Flag', 'category' => 'Category', 'order' => 'Order By', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'file_upload' => ['name' => 'Upload', 'data-column' => 2, 'checked'], 'flag_icon' => ['name' => 'Flag', 'data-column' => 3, 'checked'], 'category' => ['name' => 'Category', 'data-column' => 4, 'checked'], 'order' => ['name' => 'Order By', 'data-column' => 5, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Documents', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];