In our source code, we have some dialog.xml files to represent the structure of our dialog components. We deploy the project via maven to our local CQ server for development and testing. There are times we need to modify the dialog component via CRXDE Lite (in the CQ server) because it's much faster to edit the dialog that way.
The problem is: How do I export (from CRXDE Lite) the edited dialog component back to it's corresponding dialog.xml file?
xmlns:
attributes in the<dialog>
root. Also, Step 1 does not include the String[] properties of node. While Step 3 does. I still have trouble making Step 2 work as of now. But Step 3 is what I need :) Will still try to make Step 2 work. Thank you! – Conn