This commit is contained in:
2024-03-19 23:05:57 +02:00
parent 137c338719
commit 1f03eebd08
34 changed files with 557 additions and 169 deletions
+4 -1
View File
@@ -28,6 +28,9 @@ class Markdown implements FieldInterface
$output[$this->name] = $input[$this->name] ?? "";
return $output;
}
public function isRequired(): bool
{
return false;
}
}