cancel
Showing results for 
Search instead for 
Did you mean: 

Display the title of the Custom content model

amar
Champ in-the-making
Champ in-the-making
How Can I display the label of my custom content model in the details view
Thank you
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
You add the following config to your web-client-config-custom.xml file:

<config evaluator="node-type" condition="custom:type">
   <property-sheet>
      <show-property name="custom:property" />
   </property-sheet>
</config>

amar
Champ in-the-making
Champ in-the-making
Hello,

I believe that I badly explained the need :
I would like to display the label of my custom data content in the details view as well as the name, the date of creation, the author, description…
thank you

gavinc
Champ in-the-making
Champ in-the-making
I'm sorry, I'm not sure I understand still.

Would you like to display the label of a custom property you have added to a custom model?

Or would you like to display some or all of the content of the node in the details page?