Content Fragment Models - Enumeration Type Display Name | Community
Skip to main content
Level 4
April 24, 2019
Solved

Content Fragment Models - Enumeration Type Display Name

  • April 24, 2019
  • 1 reply
  • 2131 views

Content Fragment Model editor has different types of Data Types. Enumeration is one of the type. This just gives one option to provide options via comma separated values. Same value is used as "Display" and "Value" of the drop down.

Is there a way to supply both display, value separately for Enumeration data type? This can help content authors provide better values.

Thanks,
Sandeep

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

By default it is not possible but you can overlay below option renderer and customize.

/libs/dam/cfm/admin/components/datasources/optionrenderer/optionrenderer.jsp

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 24, 2019

Hi,

By default it is not possible but you can overlay below option renderer and customize.

/libs/dam/cfm/admin/components/datasources/optionrenderer/optionrenderer.jsp

Arun Patidar