'ProductAttribute', 'names' => 'ProductAttributes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ProductAttributes', 'sub' => 'ProductAttributes', 'list' => 'List of product_attributes', 'edit' => 'Edit product_attribute', 'create' => 'Create new product_attribute' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'product_id' => 'Please enter product id', 'attribute_id' => 'Please enter attribute id', 'quantity' => 'Please enter quantity', 'price' => 'Please enter price', 'discount' => 'Please enter discount', ], /** * Labels for inputs. */ 'label' => [ 'product_id' => 'Product id', 'attribute_id' => 'Attribute id', 'quantity' => 'Quantity', 'price' => 'Price', 'discount' => 'Discount', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'product_id' => ['name' => 'Product id', 'data-column' => 1, 'checked'], 'attribute_id' => ['name' => 'Attribute id', 'data-column' => 2, 'checked'], 'quantity' => ['name' => 'Quantity', 'data-column' => 3, 'checked'], 'price' => ['name' => 'Price', 'data-column' => 4, 'checked'], 'discount' => ['name' => 'Discount', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'ProductAttributes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];