• Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.0
    • None
    • None

      Add the possibility to add external JS app as Magnolia apps.

      The configuration should be something like this:

       

      icon: icon-categories
      class: info.magnolia.ui.contentapp.configuration.ContentAppDescriptor
      appClass: info.magnolia.ui.framework.app.BaseApp
      label: Custom app
      subApps:
        firstApp:
          class: info.magnolia.ui.javascript.app.JavascriptSubAppDescriptor
          label: 1st tab
          fieldScript: /ui-framework-javascript-dev-samples/webresources/debugApp.html
          parameters:
            welcomeMessage: Welcome 1
        secondApp:
          class: info.magnolia.ui.javascript.app.JavascriptSubAppDescriptor
          label: 2nd tab
          fieldScript: /ui-framework-javascript-dev-samples/webresources/debugApp.html
          closable: false
          parameters:
            welcomeMessage: Welcome 2

        Acceptance criteria

              amanzoni Adrien Manzoni
              bstaryga Bartosz Staryga
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: