I accidently made a typo when creating a nested content, in the "template" field, i accidently wrote {{$index]] the brackets ]] did nested content not like.
It throws an error, everytime you access the data type in settings, og the field on the pages it exists, so you're basically stuck. I tried to find the value in App_Data/umbraco.config but didn't find anything there.
Is there a fix to this, or do you have to delete the nested content at start over?
The settings are stored in the database in the cmsDataTypePreValues table.
I'm not sure what you'll need to do to make the site reload the settings. Saving any other data type may be enough to clear the caches, or you may need to restart the site.
Nested Content - Template alias error
Hello fellow developers,
I accidently made a typo when creating a nested content, in the "template" field, i accidently wrote
{{$index]]
the brackets]]
did nested content not like.It throws an error, everytime you access the data type in settings, og the field on the pages it exists, so you're basically stuck. I tried to find the value in
App_Data/umbraco.config
but didn't find anything there.Is there a fix to this, or do you have to delete the nested content at start over?
The settings are stored in the database in the
cmsDataTypePreValues
table.I'm not sure what you'll need to do to make the site reload the settings. Saving any other data type may be enough to clear the caches, or you may need to restart the site.
is working on a reply...