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

Strapi v4: Media field missing label #467

Open
dchntsv opened this issue Oct 30, 2024 · 0 comments
Open

Strapi v4: Media field missing label #467

dchntsv opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working custom fields in progress investigation Issue under investigation user interface v4 Strapi v4

Comments

@dchntsv
Copy link

dchntsv commented Oct 30, 2024

Hello!

I am using strapi v4.25.11 and strapi-plugin-navigation v2.5.4. I added multiple additional fields through config/plugins, including two media fields, eg.
{ enabled: true, label: 'Main image', multi: false, name: 'mainImage', options: [], required: false, type: 'media', },.

The added fields are visible in the add/edit navigation item popup as it is shown in the screenshot, but the labels of the fields are missing. Although, it is not shown in the screenshot, the labels for other types of additional fields (select, string or number) are visible.

Is this a bug? I was very happy seeing that the media type was introduced for the additional fields, but this issue do not allow me to make use of it. Could you take a look of this?

Screenshot from 2024-10-30 10-17-17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working custom fields in progress investigation Issue under investigation user interface v4 Strapi v4
Projects
None yet
Development

No branches or pull requests

3 participants