'Product', 'names' => 'Products', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Products', 'sub' => 'Products' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter Product Name', 'slug' => '', 'price' => 'Enter Product Price', 'size' => 'Enter Product SKU', 'external_link' => 'Enter Link', 'image' => 'Select Image', 'date_published' => '', 'status' => 'Select Status', 'user_id' => '', 'category' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Product Name', 'slug' => '', 'price' => 'Product Price', 'size' => 'Product SKU', 'external_link' => 'External Link', 'image' => 'Product Image', 'date_published' => 'Date Published', 'status' => 'Status', 'user_id' => '', 'category' => 'categories', ], ];