Is there a way to change the default file extension to htm instead of html when saving a file?
test.htm
Hi,
it is currently not confiurable.But you can edit the file
editor/server/xxx/dialog.html.
In function process change this linefileName = fileName + ".html";intofileName = fileName + ".htm";
Regards,Hans-Peter