- π¬π§United Kingdom aesuk
I found dropzonejs.settings.yaml in folder config/install/ and so I have set transliteration to false.
but drush updb is not making any visible changes ("No pending updates.")
I found a question on stack exchange about updating the config off a module this is what happens
drush cim -y --partial --source=modules/contrib/dropzonejs/config/install/ +------------+---------------------+-----------+ | Collection | Config | Operation | +------------+---------------------+-----------+ | | dropzonejs.settings | Create | +------------+---------------------+-----------+ // Import the listed configuration changes?: yes. [error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization. Configuration <em class="placeholder">dropzonejs.settings</em> depends on the <em class="placeholder">dropzonejs</em> module that will not be installed after import. in Drupal\Core\Config\ConfigImporter->validate() (line 814 of /var/www/html/web/core/lib/Drupal/Core/Config/ConfigImporter.php). In ConfigImportCommands.php line 324: The import failed due to the following reasons: Configuration <em class="placeholder">dropzonejs.settings</em> depends on the <em class="plac eholder">dropzonejs</em> module that will not be installed after import.
- πΊπΈUnited States codesmith San Francisco
Here's the drush command to turn off the filename_transliteration:
drush config:set dropzonejs.settings filename_transliteration false --input-format=yaml
- Status changed to Fixed
9 months ago 11:31pm 27 February 2024 - π¨πSwitzerland berdir Switzerland
π Use core file sanitization Needs review deprecates this setting and instead allows to rely on the Drupal core 10.2 file transliteration settings.
Automatically closed - issue fixed for 2 weeks with no activity.