Display additional information in the content area

Hi,

is there a way to display additional information in the content area? I want to display all usages of a compound type somewhere.

For example, as a tooltip in an information field in the edit area:
content_document_types_info

Or is this information already displayed somewhere?

Thanks

HI,

The simple answer is that it isn’t possible. The more complex answer leads into unsupported customizations and would require for you to have a good knowledge of wicket, jcr, and brxm to get it to to work.

You might look at some alternative mechanism to achiev what you want.

Those are both supported extension points and thus would allow you to create functionality like you desire, if not 100% in the place you want it.

Many thanks for your response. I’ll look at the alternatives