'Review', 'names' => 'Reviews', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Reviews', 'sub' => 'Reviews', 'list' => 'List of reviews', 'edit' => 'Edit review', 'create' => 'Create new review' ], /** * Options for select/radio/check. */ 'options' => [ 'stars' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => 'created By', 'description' => 'Review', 'activity_id' => 'Activity', 'stars' => 'Stars', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => 'created By', 'description' => 'Review', 'activity_id' => 'Activity', 'stars' => 'Stars', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Reviews', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];