Kentico/xperience-by-kentico-kentico-migration-tool

Docs: custom modules

hesspavel opened this issue · 2 comments

Related to: #82

PR #103

Notes:

Changes to existing migrations

  • Contact management migration now migrates custom field data
  • User migration now migrates custom field data
  • Media migration now migrates custom field data

Custom modules migration

Changes

  • it is no longer permitted to have CMS_Resource with CodeName that contains prefix CMS. migration toolkit will remove such prefix from CodeName of migrated custom resource. (prefix is reserved only for system use)

Features included in migration

  • Custom resource migration (custom module definition)

  • Customizable system resource

  • Resource classes

  • Class alternative forms

  • Class definition (including form definition)

  • Class coupled data

Features excluded or no longer supported

  • custom setting keys
  • ui definition
  • ...

It should be documented we do not support custom settings and existing setting keys won't be migrated.

Added in pull request #123.