'October Demo', 'description' => 'Provides features used by the provided demonstration theme.', 'author' => 'Alexey Bobkov, Samuel Georges', 'icon' => 'icon-leaf' ]; } public function registerComponents() { return [ \October\Demo\Components\Todo::class => 'demoTodo', \October\Demo\Components\BackendLink::class => 'backendLink' ]; } }