Skip to content

Provide a JSON File with the list of verified Extensions

Problem to solve

Further details

To highlight/display the verified Extensions in the Extension Manager, the list of verified Extensions is needed.

Providing an endpoint, where the list of verified extensions is returned as JSON File.

The List should include: extension_key, latest version number

What does success look like, and how can we measure that?

There is an URL to a JSON File, which includes the full list of verified extensions.

Acceptence Criterias

  • The file could be opened via URL and includes all verified extensions with the latest version number for the given TYPO3 major version
  • The file contains only extensions and versions that matches the given TYPO3 major version

Links / references

{
   "extensions": {
      "extension-key-a": "1.0.0",
      "extension-key-b": "1.3.0",
   }
}
Edited by Thomas Löffler