Strapi v5 Media Library asset edit modal extension #26168
Unanswered
KlauMack
asked this question in
Strapi Admin
Replies: 3 comments
|
Probably worth pinging @markkaylor & @Adzouz on this ☝️ |
0 replies
|
Hi @KlauMack, as far as I know and short answer: no, I don't think it's possible to do such thing unfortunately. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Was wondering if anyone tried or succeeded in adding additional input fields to the media asset edit modal/form?
There doesn't seem to be any injection zones available for the Upload plugin or any other way to extend the edit modal/form. The only thing I was able to do is add an additional field to the asset's schema which can be accessed in the database, which doesn't reflect in the Admin UI.
All reactions