'ProductItem', 'names' => 'ProductItems', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'product_id' => '', 'original_path' => '', 'cropped_path' => '', 'quantity' => '', 'price' => '', 'quality' => '', 'crop_data' => '', 'image_data' => '', ], // Labels for inputs 'label' => [ 'product_id' => '', 'original_path' => '', 'cropped_path' => '', 'quantity' => '', 'price' => '', 'quality' => '', 'crop_data' => '', 'image_data' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];