Skip to content

Commit

Permalink
Merge pull request #246 from Kentico/230-media-library-folder-name-fl…
Browse files Browse the repository at this point in the history
…agged-for-forbidden-characters

230 media library folder name flagged for forbidden characters
  • Loading branch information
tkrch authored Sep 12, 2024
2 parents e2e534e + 8be21d2 commit a4f72e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Migration.Toolkit.CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ To perform the migration:
6. Run the `Migration.Toolkit.CLI.exe migrate` command with parameters according to your requirements.
7. Observe the command line output and review the [migration protocol](./MIGRATION_PROTOCOL_REFERENCE.md), which
provides information about the result of the migration, lists required manual steps, etc.
8. On SaaS projects, you need to manually move content item asset files. See [Content items](#content-items) for more information.

### Migrate command parameters

Expand Down Expand Up @@ -135,6 +136,10 @@ You can create [reusable field schemas](https://docs.kentico.com/x/D4_OD) from p
inherit, by setting
the `Settings.CreateReusableFieldSchemaForClasses` [configuration option](#convert-page-types-to-reusable-field-schemas).

#### Content items

If the target instance is a [SaaS project](https://docs.kentico.com/x/saas_xp) ([installed](https://docs.kentico.com/x/DQKQC) with the `--cloud` option) you need to manually move any content item asset binary files from the default location (`~/assets`) to the location specified in the `StorageInitializationModule.cs` file, which is `~/$StorageAssets/default/assets` by default. This is necessary to enable the system to map the asset binary files to the [Azure Blob storage](https://docs.kentico.com/x/5IfWCQ).

#### Pages

* The migration includes the following versions of pages:
Expand Down Expand Up @@ -665,6 +670,8 @@ _Media files_ data type and use the _Media file selector_ form component.
type (internally stored as
e.g., `[{"Identifier":"CCEAD0F0-E2BF-459B-814A-36699E5C773E","Some file":"somefile.jpeg","Size":11803,"Dimensions":{"Width":300,"Height":100}}]`).
The value of the field now needs to be [retrieved as a media library file](https://docs.xperience.io/x/LA2RBg).
> * If the target instance is a [SaaS project](https://docs.kentico.com/x/saas_xp), you need to manually move content
item asset files. See [Content items](#content-items) for more information.

To enable this feature, configure the `OptInFeatures.CustomMigration.FieldMigrations` [options](#configuration) for this
tool. Use the values in the code snippet below:
Expand Down

0 comments on commit a4f72e6

Please sign in to comment.