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