'Promo', 'names' => 'Promos', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Promos', 'sub' => 'Promos' ], /** * 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' => [ 'title' => 'Enter promo title', 'slug' => 'Enter promo slug', 'url' => '', 'blurb' => 'Enter promo blurb', 'content' => 'Enter promo content', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'slug' => 'Slug', 'url' => 'Promo URL', 'blurb' => 'Blurb', 'content' => 'Content', 'status' => '', ], ];