'VivesPOS Site', 'description' => 'Componentes del sitio VivesPOS', 'author' => 'VivesPOS', 'icon' => 'icon-shopping-cart', ]; } public function registerComponents() { return [ \Vivespos\Site\Components\ContactForm::class => 'contactForm', ]; } }