Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketplace icon metadata is missing #22094

Open
Dominic-Marcelino opened this issue Apr 4, 2024 · 0 comments
Open

Marketplace icon metadata is missing #22094

Dominic-Marcelino opened this issue Apr 4, 2024 · 0 comments

Comments

@Dominic-Marcelino
Copy link
Contributor

Describe the Bug

In the docs it's mentioned that extensions developer can provide an icon for the extension: https://docs.directus.io/extensions/marketplace/publishing.html#additional-metadata

After noticing that the default icon is still used I checked the component and it's hardcoded to the default ones:
https://github.com/directus/directus/blob/main/app/src/modules/settings/routes/marketplace/components/extension-list-item.vue#L20C29-L20C49

Also it seems like the marketplace endpoint does not provides the icon field:

{
  "id": "ff976cbc-9ade-4ff9-a7e1-ea2822fcb5a8",
  "name": "directus-extension-field-actions",
  "description": "Add advanced link & copy functionalities to your directus fields. Supports interfaces as well as displays.",
  "total_downloads": 12926,
  "verified": false,
  "type": "bundle",
  "last_updated": "2024-03-06T16:28:19.965Z",
  "host_version": "^10.10.0",
  "sandbox": true,
  "license": "GPL-3.0",
  "publisher": {
      "username": "utomic-media",
      "verified": false,
      "github_name": null
  }
},

To Reproduce

Publish an extension with a custom icon. The marketplace will still display the default one

Directus Version

v10.10.5

Hosting Strategy

Self-Hosted (Docker Image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants