Cwe
1
I’m trying to create a custom selector for content types.
I can find the “long name” of a contenttype from some contents type field.
How can I find the contentType display name?
It must be possible in java at least, cause it is used in Content Studio.
Is there a js api for that? Should there be one?
Cwe
2
The icon/iconUrl would be useful too.
aro
3
There is a Java API, see ContentTypeService, ContentType. But no JavaScript API.
It is possible to create a library to access it in JavaScript.
And it does not necessarily need to be a library that is included as part of XP.
1 Like
mer
4
We should probably add this to lib content. Added to backlog.