diff --git a/composer.json b/composer.json index 9c226c50..1828e6ff 100644 --- a/composer.json +++ b/composer.json @@ -159,7 +159,7 @@ "su-sws/react_paragraphs": "^8.2", "su-sws/stanford_actions": "^8.2", "su-sws/stanford_fields": "^8.2", - "su-sws/stanford_media": "^10.0", + "su-sws/stanford_media": "^11.0", "su-sws/stanford_migrate": "^8.3", "su-sws/stanford_profile_helper": "9.x-dev", "su-sws/stanford_samlauth": "^1.0" diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index f80e8f13..3c3f073d 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -222,7 +222,6 @@ module: token: 0 token_or: 0 toolbar: 0 - transliterate_filenames: 0 typed_data: 0 ui_patterns: 0 ui_patterns_ds: 0 diff --git a/config/sync/file.settings.yml b/config/sync/file.settings.yml index 44817916..55d238d4 100644 --- a/config/sync/file.settings.yml +++ b/config/sync/file.settings.yml @@ -7,9 +7,9 @@ icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false filename_sanitization: - transliterate: false - replace_whitespace: false - replace_non_alphanumeric: false - deduplicate_separators: false - lowercase: false + transliterate: true + replace_whitespace: true + replace_non_alphanumeric: true + deduplicate_separators: true + lowercase: true replacement_character: '-'