diff --git a/config/install/views.view.tmgmt_job_messages.yml b/config/install/views.view.tmgmt_job_messages.yml index 44f9e27..1595012 100644 --- a/config/install/views.view.tmgmt_job_messages.yml +++ b/config/install/views.view.tmgmt_job_messages.yml @@ -19,6 +19,7 @@ display: display_title: Master position: 1 display_options: + rendering_language: '***LANGUAGE_entity_default***' access: type: tmgmt_job options: { } @@ -205,6 +206,8 @@ display: expose: label: '' granularity: second + entity_type: tmgmt_message + entity_field: created plugin_id: date title: Messages header: { } @@ -273,7 +276,7 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - 'url.query_args.pagers:0' + - url.query_args cacheable: false embed: display_plugin: embed @@ -281,11 +284,12 @@ display: display_title: Embed position: 1 display_options: + rendering_language: '***LANGUAGE_entity_default***' display_extenders: { } cache_metadata: contexts: - 'languages:language_content' - 'languages:language_interface' - url - - 'url.query_args.pagers:0' + - url.query_args cacheable: false diff --git a/config/schema/tmgmt.schema.yml b/config/schema/tmgmt.schema.yml index d22f110..aeba2da 100644 --- a/config/schema/tmgmt.schema.yml +++ b/config/schema/tmgmt.schema.yml @@ -1,5 +1,5 @@ tmgmt.settings: - type: mapping + type: config_entity label: 'TMGMT settings' mapping: quick_checkout: @@ -45,7 +45,7 @@ views.access.tmgmt_job: label: View translation jobs' tmgmt.translator_base: - type: mapping + type: config_entity mapping: auto_accept: type: boolean diff --git a/sources/content/config/schema/tmgmt_content.schema.yml b/sources/content/config/schema/tmgmt_content.schema.yml index 4ba82c5..0f999f6 100644 --- a/sources/content/config/schema/tmgmt_content.schema.yml +++ b/sources/content/config/schema/tmgmt_content.schema.yml @@ -1,5 +1,5 @@ tmgmt_content.settings: - type: mapping + type: config_entity mapping: embedded_fields: label: 'Embedded fields' diff --git a/translators/tmgmt_local/config/schema/tmgmt_local.schema.yml b/translators/tmgmt_local/config/schema/tmgmt_local.schema.yml index 6a718a2..dfd146c 100644 --- a/translators/tmgmt_local/config/schema/tmgmt_local.schema.yml +++ b/translators/tmgmt_local/config/schema/tmgmt_local.schema.yml @@ -1,5 +1,5 @@ tmgmt.translator.settings.local: - type: mapping + type: config_entity mapping: auto_accept: type: boolean