kenticokentico-13

Kentico 13 Template configurationIdentifier - what is it for?


When I click on the change template button, some of my pages don't show the current template being used for the page and some do. When I check the database, I get the 2 following examples for DocumentPageTemplateConfiguration:

{
    "identifier": "Page_Content",
    "configurationIdentifier": "02294718-d09c-4eb6-8ceb-9e3e9108939e",
    "properties": {}
},
{
    "identifier": "Page_Content",
    "properties": {}
}

The one without the configurationIdentifier property shows the current template being used in the CMS.

Can I safely delete the configurationIdentifier property from my documents?

I'm on v13.0.188


Solution

  • Issue is in the excellent KX12 to KX13 converter I was using.

    Fix can be found here:

    https://github.com/KenticoDevTrev/KX12To13Converter/issues/10