Skip to content
Snippets Groups Projects

Expose the Fieldset element

Files
5
@@ -11,6 +11,10 @@ extend type WebformElementWebformFlexbox {
elements: [WebformElement]
}
extend type WebformElementFieldset {
elements: [WebformElement]
}
extend type WebformElementSelect {
emptyOption: WebformElementOption
}
Loading