'Rating', 'names' => 'Ratings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Ratings', 'sub' => 'Ratings', 'list' => 'List of ratings', 'edit' => 'Edit rating', 'create' => 'Create new rating' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'product_id' => 'Product_Id', 'user_id' => 'User_id', 'rating' => 'Rating', 'comment' => 'Comment', 'review' => 'Review', ], /** * Labels for inputs. */ 'label' => [ 'product_id' => 'Product_id', 'user_id' => 'User_id', 'rating' => 'Rating', 'comment' => 'Comment', 'review' => 'Review', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'product_id' => ['name' => 'Product_id', 'data-column' => 1, 'checked'], 'user_id' => ['name' => 'User_id', 'data-column' => 2, 'checked'], 'rating' => ['name' => 'Rating', 'data-column' => 3, 'checked'], 'comment' => ['name' => 'Comment', 'data-column' => 4, 'checked'], 'review' => ['name' => 'Review', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Ratings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];