'RentalOffer', 'names' => 'RentalOffers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'RentalOffers', 'sub' => 'RentalOffers', 'list' => 'List of rental_offers', 'edit' => 'Edit rental_offer', 'create' => 'Create new rental_offer' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'client_id' => '', 'title' => '', 'text' => '', 'paid' => '', 'price_list_id' => '', 'date_start' => '', 'date_end' => '', ], /** * Labels for inputs. */ 'label' => [ 'client_id' => '', 'title' => '', 'text' => '', 'paid' => '', 'price_list_id' => '', 'date_start' => '', 'date_end' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'RentalOffers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];