XF 2.2 What happens in Development Mode?

frm

Well-known member
Say I edit a template modification in development mode.

Does this update the template_modifications.xml and hashes.json file or do I need to edit the XML file and rebuild the add on?

Thanks
 
Solution
It updates the development data in the _output/ directory, but not the release data in the _data/ directory. You would have to build the add-on to update the XML/hashes.
Top Bottom