I need to add some additional properties to the RTE table properties dialog and cell dialog properties. This means I have to override Table.js, TablePropertiesDialog.js and CellPropertiesDialog.js.
I don't really want to use the overlay approach creating matching paths under /apps as this will pollute the apps folder with additional folders e.g. apps/cq/ui/ret etc.
Whats the alternative/best practice?
I have created a widgets client library folder, adding the changed JS files to this. This approach seems to work, but is this the right thing to do?