umco / umbraco-nested-content

Nested Content for Umbraco 7.1 to 7.6
https://our.umbraco.org/projects/backoffice-extensions/nested-content
MIT License
45 stars 35 forks source link

Make obvious names for overview of the items inside the content #143

Closed HeinPauwelyn closed 7 years ago

HeinPauwelyn commented 7 years ago

If you collapse the items of the nested content, you lost also the overview of the items inside it. See image below:

image

Is it possible to change the name of item x to something obvious like Monday instead of item 1, Tuesday instead of item 2 etc.

leekelleher commented 7 years ago

Hi @HeinPauwelyn,

You can use the Named Template to define the label however you like it. See the documentation for further details.

https://github.com/umco/umbraco-nested-content/blob/develop/docs/developers-guide.md#configuring-nested-content

HeinPauwelyn commented 7 years ago

Oke it's that what I needed

Thanks