Announcement

Collapse
No announcement yet.

Custom extensions metadata

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Custom extensions metadata

    Currently the manifest.json for extensions look like this :

    Code:
    {
    "name": "My Extension",
    "version": "1.0.9",
    "php": [
    ">=7.2"
    ],
    "acceptableVersions": [
    ">=6.0.0"
    ],
    "releaseDate": "2020-01-01",
    "author": "Company X",
    "description": "My extension is an extension to ... "
    }
    It would be really nice to
    • have the author visible in the extension list,
    • include a support/doc URL in the manifest
    • include a URL to check for upgrades or release notes
    Just a suggestion.

Working...
X