Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This example adds the workspace “contacts” and “team” to the usage search. The Workspace “website” is added by default by the module. Following configuration will search in 3 workspaces: website, contacts, team

Code Block
languageyaml
workspaces:
  contacts:
    workspace: contacts
    mainNodeType: mgnl:contact
    appName: contacts
    subAppName: browser
  team:
    workspace: team
    mainNodeType: team
    appName: team
    subAppName: browser