settings = $settings; } public function getSettings() { return $this->siteSettings; } protected function getSetting($name) { return $this->settings->get($name); } public function init(): void { $this->add([ 'name' => 'sitemeta_collections', 'type' => Element\Textarea::class, 'options' => [ 'label' => "Collections", ], ]); } }