Hey Greg!
I'm thinking about making a few modifications to gallery-form. At first I'll just send you a pull request with a couple of things missing from the docs (I'll try to rebuild the docs with the new template).
Here are a couple of ideas that I'm considering:
I'm thinking about making a few modifications to gallery-form. At first I'll just send you a pull request with a couple of things missing from the docs (I'll try to rebuild the docs with the new template).
Here are a couple of ideas that I'm considering:
- Groups like Satyam mentions
- Exposing some private objects as class properties (ie: child type aliases)
- Separating validation into extensions
- Reducing the number of nodes by using the content box as the field node
- A Widget extension that adds a form to a Widget and relates data to fields (kind of a Model-View thing inside your widget) so that complex Dialogs can be easily built from it