Details
Description
Storage model
Help link and text for document types.
/hippo:namespaces/namespace/doctype/editor:templates/_default_ documentation.link documentation.link.text
The link text value can be used for hover over in Experience Manager and also in the content perspective.
For language based variants, both documentation.link and documentation.link.text can be added as key to look up translations in resource bundles below
/hippo:configuration/hippo:translations/hippo:types/<namespace:doctype/<language>
Expose in REST call
Hook into the implementation behind
org.onehippo.cms.channelmanager.content.ContentResource#getDocumentType
to expose the properties in the /cms/ws/content/documenttypes/<namespace>:<doctype> call:
{ "id": "<namespace>:<doctype>", "displayName": "My Document Type", "allFieldsIncluded": true, "canCreateAllRequiredFields": true, "documentationLink": "https://en.wikipedia.org", // new "documentationLinkText": "Link to wiki" // new "fields": [ // left out ] }
Attachments
Issue Links
- is awaited by
-
CMS-15682 Implement contextual documentation link for document types in content perspective
- Closed