Closed brennhill closed 8 years ago
This appears to be duplicating the functionality of the DialogFieldSet that is already in place. Is that not meeting your use case?
Our understanding was that the DialogFieldSet created a set of fields, this is more about creating dialogs from nested subclasses and having those get pulled into the final dialog. Was our understanding incorrect? We didn't find docs specifying exactly what DialogFieldSet does/is meant to do.
DialogFieldSet creates a set of fields using a nested class. You can also extend other classes to add fields from them (http://code.digitalatolson.com/cq-component-maven-plugin/usage.html#/Inheritance)
ok, we'll cancel it. Thanks for the explanation.
From my team around allowing multifield and composite fields.