'Category', 'names' => 'Categories', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'id' => '', 'name' => 'Enter the name', 'slug' => '', 'description' => 'Enter the details', ], // Labels for inputs 'label' => [ 'id' => '', 'name' => 'Name', 'slug' => '', 'description' => 'Decription', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];