This commit is contained in:
Thomas Peterson 2025-07-25 11:43:50 +02:00
parent f53a45e89a
commit 8138652387

View File

@ -19,7 +19,7 @@ class Text extends Base
parent::parseJson(); parent::parseJson();
if ($this->json['default']) { if ($this->json['default']) {
$this->element->setValue((string) $this->json['default']); $this->element->setDefault((string) $this->json['default']);
} }
if (isset($this->json['dependencys']) && count($this->json['dependencys']) > 0) { if (isset($this->json['dependencys']) && count($this->json['dependencys']) > 0) {