Hi,
if I have a
I have my template where the fields are declared at the start and than I have a html-code for every entry which I embed through
But I get no output of the fields.
Do I need a masterpage tag in the embeded file?
if I have a
- Code: Select all
cms:config_list_view
I have my template where the fields are declared at the start and than I have a html-code for every entry which I embed through
- Code: Select all
<cms:embed 'dates-list.html' />
But I get no output of the fields.
Do I need a masterpage tag in the embeded file?