How can I add extra data to the list view in the backoffice?
or
How can I update the card view with the extra data?
I need to add 2 extra strings
How can I add extra data to the list view in the backoffice?
or
How can I update the card view with the extra data?
I need to add 2 extra strings
Morning Aaron ^^
Have you checked out Umbraco’s documentation on the List View? It has details on adding new columns including custom template examples.
The short of it is, you can add any field from any document type using the ‘Columns Displayed’ property. The ‘Template’ acts just like doing custom labels for a Block List where you can add conditionals and formatting.
Oh goodness sorry, I completely forgot the title was specific for Contentment my apologies ^^;
From my understanding, with Contentment you would have to create your own template if you want to add any customizations. Have you tried using the ‘Data List’ instead of the ‘Data Picker’?
With the Data List there is a built-in ‘Template List’ editor option where you can customize your own view right in the backoffice.
Cross-linking for reference: Display Modes Documentation · leekelleher/umbraco-contentment · Discussion #471 · GitHub
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.