Editor app-type 🚀

Editor app-type :rocket:

With the latest platform release and CLI v0.25.0, you can now choose to create an editor type application! The user automatically enters the editor when opening the application workspace, with no additional navigation functionalities.

  1. Upgrade your viktor-cli
    viktor-cli upgrade
    
  2. Specify the app_type in the viktor.config.toml file:
    app_type = 'editor'  # 'editor' | 'simple' | 'tree'
    
  3. Create a single Controller in app.py

Check out the editor-type app tutorial and read more about the available app types here: App types | VIKTOR Documentation.