Add extensionOptions to $listExtensions

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Query Integration
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We should add <extensionName>.conf's 'extensionOptions' to the output of $listExtensions. This information is currently stored in the output of ExtensionLoader::loadExtensionConfig.

      The output might look something like:

      [
        {
        "extensionName": "my-toaster-extension",
        "extensionOptions": {
          "maxToasterHeat": 5,
          "allowBagels": false
        }
        }, 
        // more extensions...
      ]
      

            Assignee:
            Cedric Sirianni
            Reporter:
            Daniel Segel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: