Hi guys,
I have an old project using DW 9.6.12 with a template set using RazorTemplateBase<RazorTemplateModel<Template>>
I am trying to override the values for MetaTitle and MetaDescription from the Page template.
I have tried every solution I have found in the community (including solutions to some of my older posts) but nothing works. Maybe I am just tired :)
I have tried with data-settings="disableparsing:true;" and without it, the values are not overwritten. Even worse, if I remove that part, I get a nasty yellow error:
Node "<title></title>" was not found in the collection
Parameter name: node
Can somebody suggest a working solution?
Thank you,
Adrian