Index: src/main/resources/scripts/migration/from4_4To4_5/util/MigrationUtil.groovy =================================================================== --- src/main/resources/scripts/migration/from4_4To4_5/util/MigrationUtil.groovy (revision 55696) +++ src/main/resources/scripts/migration/from4_4To4_5/util/MigrationUtil.groovy (working copy) @@ -358,6 +358,9 @@ replaceSubstringInProperty(template, "templateScript", "/templating-kit/paragraphs/", "/templating-kit/components/") replaceSubstringInProperty(template, "templateScript", "/templating-kit/templates/" , "/templating-kit/pages/") replaceSubstringInProperty(template, "templateScript", "/form/paragraphs/", "/form/components/") + // If you'd like to update your own module's templates to use the new structure add them here. + // replaceSubstringInProperty(template, "templateScript", "/my-templating-kit/paragraphs/", "/my-templating-kit/components/") + // replaceSubstringInProperty(template, "templateScript", "/my-templating-kit/templates/", "/my-templating-kit/pages/") } /**