Compare commits

..

14 Commits

Author SHA1 Message Date
9eab6ebc8d updates 2025-02-24 13:11:24 +01:00
ec7b51afb1 removed Admin Toolbar Links Access Filter 2025-02-24 12:47:16 +01:00
6122ad5f5b drupal 10.4.1 bug fixe 2025-01-27 15:44:52 +01:00
18c6b02464 updated link_attributes 2024-10-15 10:07:00 +02:00
47a87c5319 added some config : editeur role, static, wysiwg, droits, etc 2024-02-23 15:26:06 +01:00
5a0245b936 update drush version 2024-02-20 11:07:24 +01:00
2eecc15c17 restored ckeditor5 2023-11-06 12:10:44 +01:00
a0127f9d4a updated all config install files from d10 2023-11-06 11:36:26 +01:00
c7b9f4a4c0 readme 2023-11-06 10:39:06 +01:00
4413a38b3c removed redirect module as install was buggy 2023-11-06 10:32:57 +01:00
a609569bb8 cleaned roles and permissions 2023-11-06 10:08:55 +01:00
53b79663f6 ckeditor -> ckeditor5 2023-11-02 16:49:49 +01:00
10228317b8 drupal 10 compatibility 2023-11-02 16:29:07 +01:00
56e96bd26e entity_clone & entity_browser_enhanced 2023-10-30 18:50:29 +01:00
161 changed files with 8800 additions and 1015 deletions

View File

@ -1,5 +1,5 @@
{
"name": "bachir/d9_starterkit_profile",
"name": "bachir/drupal_starterkit_profile",
"type": "drupal-profile",
"description": "Starter kit install profil by figureslibres",
"keywords": ["Drupal","FiguresLibres", "StarterKit"],
@ -10,16 +10,16 @@
"drush/drush": "^12",
"drupal/adminimal_theme": "^1.3",
"drupal/admin_toolbar": "^3",
"drupal/address": "^2.0",
"drupal/address": "^1.10",
"drupal/advanced_text_formatter": "^3.0@RC",
"drupal/audiofield": "^1.6",
"drupal/autocomplete_deluxe": "^2.0.0",
"drupal/autologout": "^1.0",
"drupal/betterlogin": "^2.0",
"drupal/better_exposed_filters": "^6",
"drupal/block_class": "^3.0",
"drupal/bulkdelete": "1.x-dev",
"drupal/cshs": "^4.0.2",
"drupal/config_ignore": "^3.0",
"drupal/cshs": "^4.0",
"drupal/config_ignore": "^3",
"drupal/config_filter": "^2.0",
"drupal/config_devel": "^1.x-dev@dev",
"drupal/config_update": "^2.0@alpha",
@ -31,25 +31,29 @@
"drupal/embed": "^1.0",
"drupal/entity_browser": "^2.0",
"drupal/entity_browser_enhanced": "^2.0",
"drupal/entity_clone": "^2.0@alpha",
"drupal/extlink": "^1.1",
"drupal/field_group": "^3.6",
"drupal/filefield_sources": "2.0.x-dev@dev",
"drupal/filter_perms": "^2.0",
"drupal/entity_clone": "dev-2.x",
"drupal/extlink": "^2",
"drupal/field_group": "3.x-dev@dev",
"drupal/filter_perms": "1.x-dev",
"drupal/formatter_suite": "^2.0",
"drupal/honeypot": "^2.0",
"drupal/imagemagick": "^3.1",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/linkit": "^6.0@beta",
"drupal/link_attributes": "^2.1",
"drupal/maillog": "^1.1",
"drupal/login_destination": "2.x-dev@dev",
"drupal/maillog": "1.x-dev",
"drupal/matomo": "^1.7",
"drupal/maxlength": "^2.0@beta",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "^1.10",
"drupal/pagerer": "^3.1",
"drupal/menu_block": "1.x-dev@dev",
"drupal/menu_position": "1.x-dev",
"drupal/pagerer": "^3.0",
"drupal/pathauto": "^1.3",
"drupal/path_alias_xt": "^2.0",
"drupal/path_alias_xt": "1.x-dev",
"drupal/pathologic": "^2.0@alpha",
"drupal/profile": "^1.11",
"drupal/persistent_login": "^1.1",
"drupal/profile": "^1.0@RC",
"drupal/redirect": "^1.3",
"drupal/redis": "^1.0",
"drupal/search_api": "^1.10",
@ -62,7 +66,7 @@
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/video_embed_field": "^2.0",
"drupal/views_bulk_operations": "^4",
"drupal/views_bulk_edit": "^2.2",
"drupal/views_bulk_edit": "^3",
"kint-php/kint": "^3.3",
"drupal/devel_kint_extras": "^1.0"
},

View File

@ -0,0 +1,2 @@
langcode: fr
menu_depth: 4

View File

@ -5,3 +5,4 @@ features:
favicon: 1
logo:
use_default: 1
langcode: fr

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
@ -13,7 +13,7 @@ provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label: "Fils d'ariane"
label_display: '0'
provider: system
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
@ -13,7 +13,7 @@ provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
provider: system
label: 'Contenu de la page principale'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
@ -13,7 +13,7 @@ provider: null
plugin: help_block
settings:
id: help_block
label: Help
provider: help
label: Aide
label_display: '0'
provider: help
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
theme:
@ -11,7 +11,7 @@ provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
provider: core
label: "Actions d'administration principales"
label_display: '0'
provider: core
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
@ -13,7 +13,7 @@ provider: null
plugin: user_login_block
settings:
id: user_login_block
label: 'User login'
provider: user
label: 'Connexion utilisateur'
label_display: visible
provider: user
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
@ -13,7 +13,7 @@ provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
provider: system
label: 'Messages de statut'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
theme:
@ -11,7 +11,7 @@ provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
provider: core
label: 'Titre de page'
label_display: '0'
provider: core
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
theme:
@ -11,9 +11,9 @@ provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
provider: core
label: 'Onglets principaux'
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
theme:
@ -11,9 +11,9 @@ provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
provider: core
label: 'Onglets secondaires'
label_display: '0'
provider: core
primary: false
secondary: true
visibility: { }

View File

@ -0,0 +1,20 @@
langcode: fr
maxlength_block_class_field: 255
field_type: multiple_textfields
default_case: standard
enable_attributes: true
enable_auto_complete: true
qty_classes_per_block: 10
items_per_page: 50
enable_special_chars: false
qty_attributes_per_block: 10
enable_id_replacement: true
weight_attributes: 0
weight_class: 0
weight_id: 0
filter_html_clean_css_identifier: ''
maxlength_attributes: 0
maxlength_id: 255
attribute_keys_stored: '[]'
attribute_value_stored: '[]'
attributes_inline: '[]'

View File

@ -0,0 +1,2 @@
langcode: fr
ignored_config_entities: { }

View File

@ -1,10 +1,10 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: personal
label: 'Personal contact form'
label: 'Formulaire de contact personnel'
recipients: { }
reply: ''
weight: 0
message: 'Your message has been sent.'
redirect: ''
message: 'Votre message a été envoyé.'
redirect: null

View File

@ -1,3 +1,4 @@
langcode: fr
default_form: feedback
flood:
limit: 5

View File

@ -1,3 +1,4 @@
langcode: fr
verbose: 0
types:
contact_message: { }
@ -5,7 +6,6 @@ types:
'*': '*'
node:
'*': '*'
redirect: { }
search_api_task: { }
taxonomy_term:
'*': '*'
@ -25,9 +25,6 @@ form_op_lock:
node:
mode: 0
values: { }
redirect:
mode: 0
values: { }
search_api_task:
mode: null
values: { }

View File

@ -1,2 +1,3 @@
langcode: fr
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0

View File

@ -0,0 +1,18 @@
uuid: 8cf3fc6c-0588-4a03-ab93-096ea2238d67
langcode: fr
status: true
dependencies:
module:
- menu_link_content
id: menu_link_content.menu_link_content.changed
field_name: changed
entity_type: menu_link_content
bundle: menu_link_content
label: Modifié
description: 'Le moment où le lien de menu a été modifié pour la dernière fois.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -0,0 +1,18 @@
uuid: 330bf0b7-02b6-4f0c-8e84-7364f51cefc7
langcode: fr
status: true
dependencies:
module:
- menu_link_content
id: menu_link_content.menu_link_content.description
field_name: description
entity_type: menu_link_content
bundle: menu_link_content
label: Description
description: "S'affiche au survol du lien du menu."
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -0,0 +1,18 @@
uuid: 5174b1ec-3240-48a2-af10-6eb8ba9a231a
langcode: fr
status: true
dependencies:
module:
- menu_link_content
id: menu_link_content.menu_link_content.title
field_name: title
entity_type: menu_link_content
bundle: menu_link_content
label: 'Titre du lien dans le menu'
description: 'Le texte à utiliser pour ce lien dans le menu.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
config:
@ -7,7 +7,7 @@ id: node.static.promote
field_name: promote
entity_type: node
bundle: static
label: 'Promoted to front page'
label: "Promu en page d'accueil"
description: ''
required: false
translatable: true
@ -16,6 +16,6 @@ default_value:
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
on_label: Activé
off_label: Désactivé
field_type: boolean

View File

@ -0,0 +1,18 @@
uuid: 0199d524-aefa-4dd2-bb5d-484a5ad2394f
langcode: fr
status: true
dependencies:
module:
- user
id: user.user.changed
field_name: changed
entity_type: user
bundle: user
label: Modifié
description: "Le moment auquel l'utilisateur a été modifié pour la dernière fois."
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -0,0 +1,19 @@
uuid: 2ea89f1b-95e3-483f-838d-31a2ea1df8ac
langcode: fr
status: true
dependencies:
module:
- path
- user
id: user.user.path
field_name: path
entity_type: user
bundle: user
label: "Alias d'URL"
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: path

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: fallback
label: 'Fallback date format'
label: 'Format de date de repli'
locked: true
pattern: 'D, m/d/Y - H:i'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_date
label: 'HTML Date'
label: 'Date HTML'
locked: true
pattern: Y-m-d

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_datetime
label: 'HTML Datetime'
label: 'Date et heure HTML'
locked: true
pattern: 'Y-m-d\TH:i:sO'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_month
label: 'HTML Month'
label: 'Mois HTML'
locked: true
pattern: Y-m

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_time
label: 'HTML Time'
label: 'Heure HTML'
locked: true
pattern: 'H:i:s'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_week
label: 'HTML Week'
label: 'Semaine HTML'
locked: true
pattern: Y-\WW

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_year
label: 'HTML Year'
label: 'Année HTML'
locked: true
pattern: 'Y'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: html_yearless_date
label: 'HTML Yearless date'
label: 'Date HTML sans année'
locked: true
pattern: m-d

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: long
label: 'Default long date'
label: 'Date longue par défaut'
locked: false
pattern: 'l, F j, Y - H:i'
pattern: 'l j F Y - H:i'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: medium
label: 'Default medium date'
label: 'Date moyenne par défaut'
locked: false
pattern: 'D, m/d/Y - H:i'
pattern: 'D d/m/Y - H:i'

View File

@ -1,7 +1,7 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: short
label: 'Default short date'
label: 'Date courte par défaut'
locked: false
pattern: 'm/d/Y - H:i'
pattern: 'd/m/Y - H:i'

View File

@ -0,0 +1,110 @@
uuid: 5d44108d-a6a6-4985-a3b8-dbe369bdaf9c
langcode: fr
status: true
dependencies:
config:
- field.field.node.static.body
- node.type.static
module:
- field_group
- path
- text
third_party_settings:
field_group:
group_details:
children:
- langcode
- translation
label: Details
region: content
parent_name: ''
weight: 10
format_type: details_sidebar
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
open: true
description: ''
required_fields: true
weight: 0
id: node.static.default
targetEntityType: node
bundle: static
mode: default
content:
body:
type: text_textarea_with_summary
weight: 1
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 4
region: content
settings: { }
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
path:
type: path
weight: 8
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 3
region: content
settings: { }
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- user
id: user.register
label: Register
label: "S'inscrire"
targetEntityType: user
cache: true

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
config:
@ -13,16 +13,17 @@ bundle: static
mode: default
content:
body:
label: hidden
type: text_default
weight: 0
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
links:
weight: 1
region: content
settings: { }
third_party_settings: { }
weight: 1
region: content
hidden:
langcode: true
search_api_excerpt: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- block
id: block.token
label: Token
label: 'Jeton (token)'
targetEntityType: block
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- contact
id: contact_message.token
label: Token
label: 'Jeton (token)'
targetEntityType: contact_message
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- file
id: file.token
label: Token
label: 'Jeton (token)'
targetEntityType: file
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- menu_link_content
id: menu_link_content.token
label: Token
label: 'Jeton (token)'
targetEntityType: menu_link_content
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: false
dependencies:
module:
- node
id: node.full
label: 'Full content'
label: 'Contenu complet'
targetEntityType: node
cache: true

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: false
dependencies:
module:

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: false
dependencies:
module:
- node
id: node.search_index
label: 'Search index'
label: 'Index de recherche'
targetEntityType: node
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: false
dependencies:
module:
- node
id: node.search_result
label: 'Search result highlighting input'
label: 'Résultat de recherche mettant en évidence la saisie'
targetEntityType: node
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- node
id: node.teaser
label: Teaser
label: Accroche
targetEntityType: node
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- node
id: node.token
label: Token
label: 'Jeton (token)'
targetEntityType: node
cache: true

View File

@ -0,0 +1,9 @@
langcode: fr
status: true
dependencies:
module:
- path_alias
id: path_alias.token
label: Token
targetEntityType: path_alias
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- taxonomy
id: taxonomy_term.full
label: 'Taxonomy term page'
label: "Page d'un terme de taxonomie"
targetEntityType: taxonomy_term
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- taxonomy
id: taxonomy_term.token
label: Token
label: 'Jeton (token)'
targetEntityType: taxonomy_term
cache: true

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: false
dependencies:
module:
- user
id: user.full
label: 'User account'
label: 'Compte utilisateur'
targetEntityType: user
cache: true

View File

@ -1,9 +1,9 @@
langcode: en
langcode: fr
status: true
dependencies:
module:
- user
id: user.token
label: Token
label: 'Jeton (token)'
targetEntityType: user
cache: true

View File

@ -1 +1,2 @@
langcode: fr
definitions: { }

View File

@ -0,0 +1,2 @@
langcode: fr
row_limit: 1000

View File

@ -1,3 +1,4 @@
langcode: fr
page_alter: false
raw_names: false
error_handlers:
@ -5,4 +6,4 @@ error_handlers:
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: default
devel_dumper: var_dumper

View File

@ -4,59 +4,21 @@ dependencies:
config:
- filter.format.wysiwyg
module:
- ckeditor
- ckeditor5
format: wysiwyg
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Styles
- Bold
- Italic
- Underline
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
items:
- heading
- bold
- italic
plugins:
drupallink:
linkit_enabled: true
stylescombo:
styles: h4.inter-titre|Inter-titre
language:
language_list: un
image_upload:
status: true
scheme: public
directory: wysiwyg-images
max_size: ''
max_dimensions:
width: null
height: null
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
image_upload: { }

View File

@ -1,2 +1,3 @@
langcode: fr
file_scheme: public
upload_directory: embed_buttons

View File

@ -1,14 +1,15 @@
langcode: fr
extlink_target: false
extlink_target_no_override: false
extlink_nofollow: false
extlink_follow_no_override: false
extlink_subdomains: true
extlink_alert: false
extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.'
extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.'
extlink_exclude: ''
extlink_include: ''
extlink_class: ext
extlink_label: '(link is external)'
extlink_label: '(le lien est externe)'
extlink_img_class: false
extlink_css_exclude: ''
extlink_css_explicit: ''

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
config:
@ -10,7 +10,7 @@ id: node.static.body
field_name: body
entity_type: node
bundle: static
label: Body
label: Corps
description: ''
required: false
translatable: true
@ -18,4 +18,6 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats: { }
field_type: text_with_summary

View File

@ -1 +1,2 @@
langcode: fr
purge_batch_size: 50

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:

View File

@ -3,7 +3,6 @@ status: true
dependencies:
module:
- editor
- url_to_video_filter
name: wysiwyg
format: wysiwyg
weight: 0
@ -66,13 +65,3 @@ filters:
status: false
weight: -42
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: true
weight: -46
settings:
youtube: '1'
youtube_webp_preview: '0'
autoload: '0'
vimeo: '1'

View File

@ -1,14 +1,13 @@
langcode: en
langcode: fr
status: true
dependencies: { }
name: large
label: 'Large (480×480)'
effects:
ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d:
uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
id: image_scale
weight: 0
data:
width: 480
height: 480
upscale: false
id: image_scale
weight: 0
data:
width: 480
height: 480
upscale: false

View File

@ -1,14 +1,13 @@
langcode: en
langcode: fr
status: true
dependencies: { }
name: linkit_result_thumbnail
label: 'Linkit result thumbnail'
label: 'Vignette de résultat Linkit'
effects:
2943df29-38ea-459c-ba1d-290489bb1807:
uuid: 2943df29-38ea-459c-ba1d-290489bb1807
id: image_scale_and_crop
weight: 1
data:
width: 50
height: 50
anchor: center-center
id: image_scale_and_crop
weight: 1
data:
width: 50
height: 50
anchor: center-center

View File

@ -1,14 +1,13 @@
langcode: en
langcode: fr
status: true
dependencies: { }
name: medium
label: 'Medium (220×220)'
label: 'Moyen (220x220)'
effects:
bddf0d06-42f9-4c75-a700-a33cafa25ea0:
uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0
id: image_scale
weight: 0
data:
width: 220
height: 220
upscale: false
id: image_scale
weight: 0
data:
width: 220
height: 220
upscale: false

View File

@ -1,14 +1,13 @@
langcode: en
langcode: fr
status: true
dependencies: { }
name: thumbnail
label: 'Thumbnail (100×100)'
label: 'Vignette (100x100)'
effects:
1cfec298-8620-4749-b100-ccb6c4500779:
uuid: 1cfec298-8620-4749-b100-ccb6c4500779
id: image_scale
weight: 0
data:
width: 100
height: 100
upscale: false
id: image_scale
weight: 0
data:
width: 100
height: 100
upscale: false

View File

@ -0,0 +1,13 @@
langcode: fr
status: true
dependencies: { }
name: wide
label: 'Large (1090)'
effects:
09959c15-59ce-4f6d-90df-e2d7cf32bce5:
id: image_scale
weight: 1
data:
width: 1090
height: null
upscale: false

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
config:

View File

@ -0,0 +1,10 @@
langcode: fr
status: true
dependencies:
module:
- path_alias
id: path_alias.path_alias
target_entity_type_id: path_alias
target_bundle: path_alias
default_langcode: und
language_alterable: true

View File

@ -0,0 +1,8 @@
langcode: fr
status: true
dependencies: { }
id: fr
label: French
direction: ltr
weight: 0
locked: false

View File

@ -1,8 +1,8 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: und
label: 'Not specified'
label: 'Non spécifié'
direction: ltr
weight: 2
locked: true

View File

@ -1,8 +1,8 @@
langcode: en
langcode: fr
status: true
dependencies: { }
id: zxx
label: 'Not applicable'
label: 'Non applicable'
direction: ltr
weight: 3
locked: true

View File

@ -1,3 +1,4 @@
langcode: fr
map:
'no': nb
pt: pt-pt

View File

@ -1,9 +1,10 @@
langcode: fr
session:
parameter: language
url:
source: path_prefix
prefixes:
en: ''
fr: ''
domains:
en: ''
fr: ''
selected_langcode: site_default

View File

@ -1,3 +1,4 @@
langcode: fr
all:
- language_interface
- language_content

View File

@ -0,0 +1,19 @@
langcode: fr
status: true
dependencies:
module:
- node
label: 'Par défaut'
id: default
description: 'A default Linkit profile'
matchers:
556010a3-e317-48b3-b4ed-854c10f4b950:
id: 'entity:node'
settings:
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
bundles: { }
group_by_bundle: false
substitution_type: canonical
limit: 100
include_unpublished: false
weight: 0

View File

@ -1,3 +1,4 @@
langcode: fr
cache_strings: true
translate_english: false
javascript:

View File

@ -1 +1,2 @@
langcode: fr
use_admin_theme: true

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
status: true
dependencies:
module:

View File

@ -1,48 +0,0 @@
uuid: 0833cf6f-6127-4117-a532-39f99467ba62
langcode: en
status: true
dependencies: { }
id: default
label: Default
panes:
left:
style: none
config: { }
center:
style: mini
config:
display_mode: widget
display: pages
display_restriction: 2
prefix_display: true
suffix_display: true
first_link: always
previous_link: always
next_link: always
last_link: always
widget_resize: true
widget_button: auto
tags:
pages:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
first: «
previous:
next:
last: »
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
widget_title: 'Enter page, then press Return.'
right:
style: none
config: { }

View File

@ -1,3 +1,7 @@
langcode: fr
core_override_preset: core
_core:
default_config_hash: tLxrrjzKePIN4ln4AR0auNqMpENEfgQ6F6MVbsoFYsM
url_querystring:
core_override: false
querystring_key: pg
index_base: 0
encode_method: none

View File

@ -1,18 +1,18 @@
langcode: en
langcode: fr
default_config:
quantity: 5
display_mode: normal
display: pages
display_restriction: 2
prefix_display: false
suffix_display: false
separator_display: false
breaker_display: true
first_link: never
previous_link: never
next_link: never
last_link: never
quantity: 5
fl_breakers: true
display_mode: normal
separator_display: false
breaker_display: true
progr_links: relative
tags:
page_breaker:
@ -21,76 +21,74 @@ default_config:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
page_previous: '@number'
page_previous_relative: '-@offset'
page_next: '@number'
page_next_relative: +@offset
page_current_title: 'Page courante'
page_current_reader: 'Page courante'
first: «
first_title: 'Aller à la première page'
first_reader: 'Première page'
previous:
previous_title: 'Aller à la page précédente'
previous_reader: 'Page précédente'
next:
next_title: 'Aller à la page suivante'
next_reader: 'Page suivante'
last: »
last_title: 'Aller à la dernière page'
last_reader: 'Dernière page'
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
page_title: 'Go to page @number'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
page_previous: '@number'
page_next: '@number'
page_title: 'Aller à la page @number'
page_reader: Page
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
page_previous_relative: '-@offset'
page_next_relative: +@offset
items:
prefix_label: Item
prefix_label: Élément
suffix_label: 'of @total_items'
page_current: '@item'
page_previous: '@item'
page_previous_relative: '-@item_offset'
page_next: '@item'
page_next_relative: +@item_offset
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to item @item'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
page_reader: Item
first_reader: 'First item'
first: «
first_title: 'Go to first item'
first_reader: 'Premier élément'
previous:
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last item'
last_reader: 'Last item'
pageset_empty: 'No items to display.'
page_previous: '@item'
page_next: '@item'
page_title: 'Go to item @item'
page_reader: Élément
page_previous_relative: '-@item_offset'
page_next_relative: +@item_offset
item_ranges:
prefix_label: Items
prefix_label: Éléments
suffix_label: 'of @total_items'
page_current: '@item_low-@item_high'
page_previous: '@item_low-@item_high'
page_previous_relative: '-@item_offset'
page_next: '@item_low-@item_high'
page_next_relative: +@item_offset
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to items @item_low-@item_high'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
page_current_reader: 'Current items'
page_reader: Items
first: «
first_title: 'Go to first items'
first_reader: 'First items'
previous:
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last items'
last_reader: 'Last items'
_core:
default_config_hash: tAMh3Y-xcyrD7xvBOSc7x5xyatMgzp7PvkT2LWYHvAc
pageset_empty: 'No items to display.'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
page_title: 'Go to items @item_low-@item_high'
page_reader: Éléments
page_previous_relative: '-@item_offset'
page_next_relative: +@item_offset

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
default_config:
display: pages
display_restriction: 2
@ -11,47 +11,45 @@ default_config:
pages:
prefix_label: 'Page <b>@number</b> of @total'
first: «
first_title: 'Aller à la première page'
first_reader: 'Première page'
previous:
previous_title: 'Aller à la page précédente'
previous_reader: 'Page précédente'
next:
next_title: 'Aller à la page suivante'
next_reader: 'Page suivante'
last: »
last_title: 'Aller à la dernière page'
last_reader: 'Dernière page'
pageset_empty: 'No pages to display.'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
items:
prefix_label: 'Item <b>@item</b> of @total_items'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
first_title: 'Go to first item'
first_reader: 'Premier élément'
previous:
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
first_reader: 'First item'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last item'
last_reader: 'Last item'
pageset_empty: 'No items to display.'
item_ranges:
prefix_label: 'Items <b>@item_low-@item_high</b> of @total_items'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
first_reader: 'First items'
previous:
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last items'
last_reader: 'Last items'
_core:
default_config_hash: CIMBsgQI4M_WsBh0nn1FLrjeO5m-wBCfAITt31sNSvU
pageset_empty: 'No items to display.'

View File

@ -1,56 +0,0 @@
langcode: en
default_config:
display_mode: widget
display: pages
display_restriction: 2
prefix_display: true
suffix_display: true
first_link: always
previous_link: always
next_link: always
last_link: always
widget_resize: true
widget_button: auto
tags:
pages:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
first: «
previous:
next:
last: »
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
widget_title: 'Enter page, then press Return.'
items:
prefix_label: Item
suffix_label: 'of @total_items'
page_current: '@item'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
first_reader: 'First item'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last item'
widget_title: 'Enter item, then press Return.'
_core:
default_config_hash: YP4UGZ9wBNDGXik5rx5VuDxmXD6PZ-h-lYXi95VjDYQ

View File

@ -1,4 +1,4 @@
langcode: en
langcode: fr
default_config:
panes:
left:
@ -10,5 +10,3 @@ default_config:
right:
style: none
config: { }
_core:
default_config_hash: '-rL0nDexAHYtF5mmC-u-onXnyho8G__xNLvoGDHOvhM'

View File

@ -1,18 +1,18 @@
langcode: en
langcode: fr
default_config:
quantity: 5
display_mode: normal
display: pages
display_restriction: 2
prefix_display: false
suffix_display: false
separator_display: false
breaker_display: true
first_link: never
previous_link: never
next_link: never
last_link: never
quantity: 5
fl_breakers: true
display_mode: normal
separator_display: false
breaker_display: true
progr_links: relative
factors: '2.5,5,10'
tags:
@ -22,76 +22,74 @@ default_config:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
page_previous: '@number'
page_previous_relative: '-@offset'
page_next: '@number'
page_next_relative: +@offset
page_current_title: 'Page courante'
page_current_reader: 'Page courante'
first: «
first_title: 'Aller à la première page'
first_reader: 'Première page'
previous:
previous_title: 'Aller à la page précédente'
previous_reader: 'Page précédente'
next:
next_title: 'Aller à la page suivante'
next_reader: 'Page suivante'
last: »
last_title: 'Aller à la dernière page'
last_reader: 'Dernière page'
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
page_title: 'Go to page @number'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
page_previous: '@number'
page_next: '@number'
page_title: 'Aller à la page @number'
page_reader: Page
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
page_previous_relative: '-@offset'
page_next_relative: +@offset
items:
prefix_label: Item
prefix_label: Élément
suffix_label: 'of @total_items'
page_current: '@item'
page_previous: '@item'
page_previous_relative: '-@item_offset'
page_next: '@item'
page_next_relative: +@item_offset
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to item @item'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
page_reader: Item
first_reader: 'First item'
first: «
first_title: 'Go to first item'
first_reader: 'Premier élément'
previous:
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last item'
last_reader: 'Last item'
pageset_empty: 'No items to display.'
page_previous: '@item'
page_next: '@item'
page_title: 'Go to item @item'
page_reader: Élément
page_previous_relative: '-@item_offset'
page_next_relative: +@item_offset
item_ranges:
prefix_label: Items
prefix_label: Éléments
suffix_label: 'of @total_items'
page_current: '@item_low-@item_high'
page_previous: '@item_low-@item_high'
page_previous_relative: '-@item_offset'
page_next: '@item_low-@item_high'
page_next_relative: +@item_offset
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to items @item_low-@item_high'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
page_current_reader: 'Current items'
page_reader: Items
first: «
first_title: 'Go to first items'
first_reader: 'First items'
previous:
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next:
next_title: 'Go to next items'
next_reader: 'Next items'
last: »
last_title: 'Go to last items'
last_reader: 'Last items'
_core:
default_config_hash: qCLM78iR4U3gKXB1a5FwOdD6in7s2_vj1_f0V3gZoqI
pageset_empty: 'No items to display.'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
page_title: 'Go to items @item_low-@item_high'
page_reader: Éléments
page_previous_relative: '-@item_offset'
page_next_relative: +@item_offset

View File

@ -1,85 +0,0 @@
langcode: en
default_config:
quantity: 9
display: pages
display_restriction: 2
prefix_display: false
suffix_display: false
separator_display: false
first_link: never
previous_link: never
next_link: never
last_link: never
tags:
page_separator: '|'
pages:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
page_previous: '@number'
page_next: '@number'
first: «
previous:
next:
last: »
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
page_title: 'Go to page @number'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
page_reader: Page
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
items:
prefix_label: Item
suffix_label: 'of @total_items'
page_current: '@item'
page_previous: '@item'
page_next: '@item'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to item @item'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
page_reader: Item
first_reader: 'First item'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last item'
item_ranges:
prefix_label: Items
suffix_label: 'of @total_items'
page_current: '@item_low-@item_high'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to items @item_low-@item_high'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
page_current_reader: 'Current items'
page_reader: Items
first_reader: 'First items'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last items'
_core:
default_config_hash: ZxtqDRLnhh4NHGSvlv_On712qgz4AWz1on0rYI6m9a4

View File

@ -1,86 +0,0 @@
langcode: en
default_config:
display: pages
display_restriction: 2
prefix_display: true
suffix_display: true
first_link: never
previous_link: never
next_link: never
last_link: never
slider_width: 27
slider_action: tickmark
slider_action_timeout: 0
slider_navigation_icons: 'yes'
tags:
pages:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
page_previous: '@number'
page_next: '@number'
first: «
previous:
next:
last: »
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
slider_title: 'Drag the handle to the page required.'
slider_tickmark_title: 'Then, click on the tickmark.'
items:
prefix_label: Item
suffix_label: 'of @total_items'
page_current: '@item'
page_previous: '@item'
page_next: '@item'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
first_reader: 'First item'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last item'
slider_title: 'Drag the handle to the item required.'
slider_tickmark_title: 'Then, click on the tickmark.'
item_ranges:
prefix_label: Items
suffix_label: 'of @total_items'
page_current: '@item_low-@item_high'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
first: «
previous:
next:
last: »
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
page_current_reader: 'Current items'
first_reader: 'First items'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last items'
slider_title: 'Drag the handle to the item range required.'
slider_tickmark_title: 'Then, click on the tickmark.'
_core:
default_config_hash: Z78iYq8wmBpdGFcOazxhaM6QKFuLEXxNMzEkPzp0JQ0

View File

@ -1,18 +1,18 @@
langcode: en
langcode: fr
default_config:
quantity: 9
display_mode: normal
display: pages
display_restriction: 2
prefix_display: false
suffix_display: false
separator_display: false
breaker_display: true
first_link: not_on_first
previous_link: not_on_first
next_link: not_on_last
last_link: not_on_last
quantity: 9
fl_breakers: true
display_mode: normal
separator_display: false
breaker_display: true
tags:
page_breaker:
page_separator: '|'
@ -20,70 +20,68 @@ default_config:
prefix_label: Page
suffix_label: 'of @total'
page_current: '@number'
page_current_title: 'Page courante'
page_current_reader: 'Page courante'
first: '« Premier'
first_title: 'Aller à la première page'
first_reader: 'Première page'
previous: ' Précédent'
previous_title: 'Aller à la page précédente'
previous_reader: 'Page précédente'
next: 'Suivant '
next_title: 'Aller à la page suivante'
next_reader: 'Page suivante'
last: 'Dernier »'
last_title: 'Aller à la dernière page'
last_reader: 'Dernière page'
pageset_empty: 'No pages to display.'
page_previous: '@number'
page_next: '@number'
first: '« First'
previous: ' Previous'
next: 'Next '
last: 'Last »'
pageset_empty: 'No pages to display.'
page_current_title: 'Current page'
page_title: 'Go to page @number'
first_title: 'Go to first page'
previous_title: 'Go to previous page'
next_title: 'Go to next page'
last_title: 'Go to last page'
page_current_reader: 'Current page'
page_title: 'Aller à la page @number'
page_reader: Page
first_reader: 'First page'
previous_reader: 'Previous page'
next_reader: 'Next page'
last_reader: 'Last page'
items:
prefix_label: Item
prefix_label: Élément
suffix_label: 'of @total_items'
page_current: '@item'
page_current_title: 'Current items'
page_current_reader: 'Current items'
first: '« Premier'
first_title: 'Go to first item'
first_reader: 'Premier élément'
previous: ' Précédent'
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next: 'Suivant '
next_title: 'Go to next items'
next_reader: 'Next items'
last: 'Dernier »'
last_title: 'Go to last item'
last_reader: 'Last item'
pageset_empty: 'No items to display.'
page_previous: '@item'
page_next: '@item'
first: '« First'
previous: ' Previous'
next: 'Next '
last: 'Last »'
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to item @item'
first_title: 'Go to first item'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last item'
page_current_reader: 'Current items'
page_reader: Item
first_reader: 'First item'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last item'
page_reader: Élément
item_ranges:
prefix_label: Items
prefix_label: Éléments
suffix_label: 'of @total_items'
page_current: '@item_low-@item_high'
page_current_title: 'Current items'
page_current_reader: 'Current items'
first: '« Premier'
first_title: 'Go to first items'
first_reader: 'First items'
previous: ' Précédent'
previous_title: 'Go to previous items'
previous_reader: 'Previous items'
next: 'Suivant '
next_title: 'Go to next items'
next_reader: 'Next items'
last: 'Dernier »'
last_title: 'Go to last items'
last_reader: 'Last items'
pageset_empty: 'No items to display.'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
first: '« First'
previous: ' Previous'
next: 'Next '
last: 'Last »'
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to items @item_low-@item_high'
first_title: 'Go to first items'
previous_title: 'Go to previous items'
next_title: 'Go to next items'
last_title: 'Go to last items'
page_current_reader: 'Current items'
page_reader: Items
first_reader: 'First items'
previous_reader: 'Previous items'
next_reader: 'Next items'
last_reader: 'Last items'
_core:
default_config_hash: igO6H6v8MWpPKOsd1zmT-Od1xRB4Srna7mu6RBmDzD8
page_reader: Éléments

View File

@ -1,2 +1,3 @@
langcode: fr
user_special: true
regex_pattern: '{(^node|^user|^taxonomy/term)/([0-9]+)/(.+)}'

View File

@ -1,3 +1,4 @@
langcode: fr
scheme_whitelist:
- http
- https

View File

@ -1,3 +1,4 @@
langcode: fr
lifetime: 30
max_tokens: 0
login_form:

View File

@ -0,0 +1,20 @@
langcode: fr
smtp_on: false
smtp_host: ''
smtp_hostbackup: ''
smtp_port: '25'
smtp_protocol: standard
smtp_autotls: true
smtp_timeout: 30
smtp_username: ''
smtp_password: ''
smtp_from: ''
smtp_fromname: ''
smtp_client_hostname: ''
smtp_client_helo: ''
smtp_allowhtml: ''
smtp_test_address: ''
smtp_reroute_address: ''
smtp_debugging: false
prev_mail_system: php_mail
smtp_keepalive: false

View File

@ -0,0 +1,13 @@
langcode: fr
status: true
dependencies:
module:
- email_registration
enforced:
module:
- email_registration
id: email_registration_update_username
label: 'Update username (from email_registration)'
type: user
plugin: email_registration_update_username
configuration: { }

View File

@ -0,0 +1,10 @@
langcode: fr
status: true
dependencies:
module:
- content_lock
id: file_break_lock_action
label: 'Break lock file'
type: file
plugin: 'entity:break_lock:file'
configuration: { }

View File

@ -0,0 +1,10 @@
langcode: fr
status: true
dependencies:
module:
- content_lock
id: node_break_lock_action
label: 'Break lock node'
type: node
plugin: 'entity:break_lock:node'
configuration: { }

View File

@ -0,0 +1,10 @@
langcode: fr
status: true
dependencies:
module:
- node
id: node_delete_action
label: 'Supprimer le contenu'
type: node
plugin: 'entity:delete_action:node'
configuration: { }

View File

@ -0,0 +1,11 @@
langcode: fr
status: true
dependencies:
module:
- node
- views_bulk_edit
id: node_edit_action
label: 'Modifier le contenu'
type: node
plugin: 'entity:edit_action:node'
configuration: { }

Some files were not shown because too many files have changed in this diff Show More