← Back to Media Editor Metadata Support
Hello,
I can edit metadata for images, but not for PDF, Video, etc... It would be great to not restrict metadatas to images type
Best regards,
Alex
After some investigation, you just have to move the <?php if($itemType == 'image'):?> line in _list-grid.htm
Just put it before the link that display the crop tool, instead of the edit tool, and you will be able to edit metadatas for all kind of files, which is good.
In addition, you can update the _update_metadata.htm file to not display the left column (the one with image) if the file is not an image. Or, even better, adapt the left display depending on the file type (display the video if the file is a video, a PDF icon if the file is a PDF etc...), but just removing the column if the filetype is not an image is already an "enought" solution.
After the update, I can see the edit button next to PDF and video files, so I imagine that you solved the issue. Thank you !
1-3 of 3