Skip to content

Exportable languages, config and implementation

David Gallego requested to merge DefineExportableLanguages into 1.1.x

We can now indicate which languages are exportable in the static export configuration (/admin/config/static/export). The default language will always be enabled, if we disable any language no content of that language will be exported... to implement this now we always export first the default language and then if necessary the rest of the languages.

Merge request reports