I want to generate an author dialog with 'N' amount of fields.
This dialog will be different based on the context of where the component is added.
I have no problem getting the information needed to populate the fields. I even went through the process of trying to use '/libs/granite/ui/components/foundation/include', but i couldn't get it to work without hard coding the path to a dialog field node. It would be great if I could make a sightly call like, path='${settings.getPath}", inside the xml for the component dialog.
Let me know what you all think,