fixed dates unavailable in mobile domain

This commit is contained in:
2026-03-30 16:25:43 +02:00
parent cc5e78aeeb
commit cc63052b24
9 changed files with 27 additions and 14 deletions
@@ -71,7 +71,6 @@ third_party_settings:
required_fields: true required_fields: true
group_infos: group_infos:
children: children:
- langcode
- field_afficher_en_page_d_acceuil - field_afficher_en_page_d_acceuil
- field_view_mode - field_view_mode
- field_workflow_generic - field_workflow_generic
@@ -136,13 +135,13 @@ content:
third_party_settings: { } third_party_settings: { }
field_domain_access: field_domain_access:
type: options_buttons type: options_buttons
weight: 40 weight: 3
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_domain_all_affiliates: field_domain_all_affiliates:
type: boolean_checkbox type: boolean_checkbox
weight: 41 weight: 4
region: content region: content
settings: settings:
display_label: true display_label: true
@@ -219,10 +218,10 @@ content:
third_party_settings: { } third_party_settings: { }
langcode: langcode:
type: language_select type: language_select
weight: 9 weight: 6
region: content region: content
settings: settings:
include_locked: true include_locked: false
third_party_settings: { } third_party_settings: { }
moderation_state: moderation_state:
type: string_textfield type: string_textfield
@@ -233,7 +232,7 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
simple_sitemap: simple_sitemap:
weight: 10 weight: 2
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@@ -246,7 +245,7 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
url_redirects: url_redirects:
weight: 50 weight: 5
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
+1
View File
@@ -33,6 +33,7 @@ module:
domain: 0 domain: 0
domain_alias: 0 domain_alias: 0
domain_config: 0 domain_config: 0
domain_config_ui: 0
domain_menu_access: 0 domain_menu_access: 0
dynamic_page_cache: 0 dynamic_page_cache: 0
editor: 0 editor: 0
@@ -0,0 +1,4 @@
_core:
default_config_hash: PJP3-sJN2SQZTgCupMBEHry3ui7zsl93xtTovoTanFU
remember_domain: false
path_pages: "/admin/appearance\r\n/admin/config/system/site-information"
@@ -3,6 +3,8 @@ langcode: fr
status: true status: true
dependencies: dependencies:
config: config:
- domain.record.encyclopediedelaparole_org
- domain.record.m_encyclopediedelaparole_org
- field.storage.node.field_domain_access - field.storage.node.field_domain_access
- node.type.evenement - node.type.evenement
module: module:
@@ -18,7 +20,11 @@ label: 'Domain Access'
description: 'Select the affiliate domain(s) for this content' description: 'Select the affiliate domain(s) for this content'
required: true required: true
translatable: true translatable: true
default_value: { } default_value:
-
target_uuid: 882ae23b-7e12-47ed-a4ed-3968c244ae16
-
target_uuid: fe8cc189-e091-4a8f-9bae-7c2bf06c00e2
default_value_callback: null default_value_callback: null
settings: settings:
handler: 'default:domain' handler: 'default:domain'
@@ -27,4 +33,5 @@ settings:
sort: sort:
field: weight field: weight
direction: ASC direction: ASC
auto_create: false
field_type: entity_reference field_type: entity_reference
+1 -1
View File
@@ -28,7 +28,7 @@ display:
label: 'Used in' label: 'Used in'
alter: alter:
path: 'admin/content/files/usage/{{ fid }}' path: 'admin/content/files/usage/{{ fid }}'
format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz format_plural_string: !!binary QGNvdW50IHBsYWNlA0Bjb3VudCBwbGFjZXM=
pager: pager:
options: options:
tags: tags:
@@ -8,7 +8,7 @@ dependencies:
_core: _core:
default_config_hash: 0vLpSGhoYOPeREkfW-7bDeJOwEfW3zeG3nUBwUgsKQI default_config_hash: 0vLpSGhoYOPeREkfW-7bDeJOwEfW3zeG3nUBwUgsKQI
id: node_edit_action id: node_edit_action
label: 'Edit content' label: 'Modifier le contenu'
type: node type: node
plugin: 'entity:edit_action:node' plugin: 'entity:edit_action:node'
configuration: { } configuration: { }
+2
View File
@@ -20,6 +20,7 @@ dependencies:
module: module:
- actions_permissions - actions_permissions
- content_translation - content_translation
- domain_access
- file - file
- filter - filter
- help - help
@@ -98,6 +99,7 @@ permissions:
- 'execute workflow_node_given_state_action node' - 'execute workflow_node_given_state_action node'
- 'execute workflow_node_next_state_action node' - 'execute workflow_node_next_state_action node'
- 'notify of path changes' - 'notify of path changes'
- 'publish to any domain'
- 'revert any corpus_documents workflow_transition' - 'revert any corpus_documents workflow_transition'
- 'revert any generique workflow_transition' - 'revert any generique workflow_transition'
- 'revert autre_son revisions' - 'revert autre_son revisions'
+2 -2
View File
@@ -11,7 +11,7 @@ _core:
id: redirect id: redirect
label: Redirect label: Redirect
module: views module: views
description: 'List of redirects' description: 'Liste des redirections'
tag: '' tag: ''
base_table: redirect base_table: redirect
base_field: rid base_field: rid
@@ -271,7 +271,7 @@ display:
admin_label: '' admin_label: ''
plugin_id: text_custom plugin_id: text_custom
empty: true empty: true
content: 'There is no redirect yet.' content: "Il n'y a pas encore de redirection."
tokenize: false tokenize: false
sorts: { } sorts: { }
arguments: { } arguments: { }
+2 -2
View File
@@ -340,8 +340,8 @@ display:
hide_alter_empty: true hide_alter_empty: true
type: timestamp_ago type: timestamp_ago
settings: settings:
future_format: '@interval hence' future_format: 'Dans @interval'
past_format: '@interval ago' past_format: 'Il y a @interval'
granularity: 2 granularity: 2
operations: operations:
id: operations id: operations