'Petimage', 'names' => 'Petimages', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'pet_id' => '', 'title' => 'Title', 'image_path' => 'Image Path', 'mainpic' => 'Main Picture', ], // Labels for inputs 'label' => [ 'pet_id' => '', 'title' => 'Title', 'image_path' => 'Image Path', 'mainpic' => 'Main Picture', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];