Skip to content

Migrating from Earlier Versions of Sveltia CMS

This page documents the key changes and deprecations when upgrading from earlier versions of Sveltia CMS.

Deprecations

These options were added to Sveltia CMS 0.x but are now deprecated and will be removed in version 1.0:

  • The automatic_deployments backend option: Use the new skip_ci option instead, which is more intuitive. automatic_deployments: false is equivalent to skip_ci: true, and automatic_deployments: true is equivalent to skip_ci: false.
  • The save_all_locales i18n option: Use the initial_locales option instead, which provides more flexibility. save_all_locales: false is equivalent to initial_locales: all.
  • The slug_length collection option: Use the maxlength option in the global slug options instead.
  • The yaml_quote collection option: yaml_quote: true is equivalent to quote: double in the new YAML format options.
  • The read_only UUID widget option: Use the readonly common field option instead (which defaults to true for UUID fields).

The deprecated logo_url option will be removed in the future. Use the new logo.src option instead.

Released under the MIT License.