====================================== How to enable automatic menu switching ====================================== .. important:: With 2021.07.0 release the AngularJS panels were removed. If you're using an older Fleio version you can enable the Angular panels by following this documentation. Angular staff frontend ====================== In 2020.05.0 we have started to migrate Fleio from anularjs to angular. We are migrating Fleio to angular gradually, menu by menu so in order to be able to do that we have added a switch that will enable automatic changing from angularjs pages to angular ones. In order to disable the automatic changes you need to add the following line at the end of the settings.py file: .. code-block:: python ANGULAR_STAFF_FRONTEND = False In order to edit the settings.py file please see :ref:`How to edit settings.py file`. Angular enduser frontend ======================== With 2020.12.0. we have started the migration of enduser panel too. For the moment the angular frontend for enduser is disabled by default, but if you want to enable it you need to add the following line at the end of the settings.py file: .. code-block:: python ANGULAR_ENDUSER_FRONTEND = True In order to edit the settings.py file please see :ref:`How to edit settings.py file`.