- Issue created by @balintbrews
✨
Save page data form values in application state with support for undo/redo
Active
added support for handling fields with a single form control element. This covers the majority of the Article node form (using the Standard installation profile) and the form of the Page entity type (xb_page
) provided by the XB module.
We need to support fields where multiple form control elements provide values. Two examples from the forms mentioned above:
This problem was already solved for component props form. What's different for the page data form is that we don't currently use any kind of schema information similar to component props forms to recognize the situation with form controls relative to fields. We need to come up with a way to do this for the page data form — or any entity form.
Recommended read to understand the problem domain: Experience Builder's Redux-integrated field widgets — 3.3 The spectrum of HTML form control element → component prop flows.
Postponed
0.0
Redux-integrated field widgets