orchardcmsorchardcms-1.7

Hide media library picker field title (display name) in Orchard 1.7


I've create a new content type and added a Media Library Picker field to it.

When the content is displayed, the "Display Name" of the media library field is also displayed.

How do I hide it?

Thanks


Solution

  • Solved the issue by editing the media library module view.

    Edit

    Thanks to @Bertrand Le Roy, The correct way is to override the module's view in the theme's folder using Alternates and NOT change the original view in the module's folder.