From 2279dd57a162d4483f5d2b3f08cce86f26a2d233 Mon Sep 17 00:00:00 2001 From: Elizabeth Dunphy Date: Tue, 16 Jun 2020 14:48:52 +0200 Subject: [PATCH] [TASK][PRS-372] add super-type 'FormElement' to hidden fields --- Configuration/Settings.Form.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration/Settings.Form.yaml b/Configuration/Settings.Form.yaml index 93e7469..665ebde 100644 --- a/Configuration/Settings.Form.yaml +++ b/Configuration/Settings.Form.yaml @@ -49,6 +49,9 @@ Neos: 'Onedrop.Form.Hubspot:Component.Atom.DatePicker': superTypes: 'Neos.Form:DatePicker': true + 'Onedrop.Form.Hubspot:Component.Atom.Hidden': + superTypes: + 'Neos.Form:FormElement': true 'Onedrop.Form.Hubspot:Component.Atom.RecaptchaV2': superTypes: