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
View File
@@ -29,5 +29,9 @@ class Heading implements FieldInterface
return $output;
}
public function isRequired(): bool
{
return false;
}
}