'OrderItem', 'names' => 'OrderItems', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'order_id' => '', 'orginal_path' => '', 'cropped_path' => '', 'quantity' => '', 'price' => '', 'crop_size' => '', 'crop_left' => '', 'crop_top' => '', 'img_x' => '', 'img_y' => '', 'img_height' => '', 'img_width' => '', 'rotate' => '', 'zoom' => '', ], // Labels for inputs 'label' => [ 'order_id' => '', 'orginal_path' => '', 'cropped_path' => '', 'quantity' => '', 'price' => '', 'crop_size' => '', 'crop_left' => '', 'crop_top' => '', 'img_x' => '', 'img_y' => '', 'img_height' => '', 'img_width' => '', 'rotate' => '', 'zoom' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];