I am working on a site where I have defined quite a few different media types, both folders and images.
Ideally on the Properties tab of the media item I was wanting to display the media type - simply to provide a quick confirmation that the right media type has been created in the right area.
I appreciate I can define a rigid structure of permitted child media types but would like this information to be displayed anyway.
I think you'd have to make a custom datatype to do this, but it shouldn't be that hard. Just use the API to get the media based on ID querystring and show it's type property in a literal.
Display Media Alias Within Media Library
Hi there
I am working on a site where I have defined quite a few different media types, both folders and images.
Ideally on the Properties tab of the media item I was wanting to display the media type - simply to provide a quick confirmation that the right media type has been created in the right area.
I appreciate I can define a rigid structure of permitted child media types but would like this information to be displayed anyway.
Is this possible ?
Cheers
Nigel
I think you'd have to make a custom datatype to do this, but it shouldn't be that hard. Just use the API to get the media based on ID querystring and show it's type property in a literal.
is working on a reply...