Compare commits

...

6 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
13 changed files with 275 additions and 10 deletions

View File

@ -7,7 +7,7 @@
"components/highlightjs": "9.7.*",
"cweagans/composer-patches": "^1.6",
"d3/d3": "3.5.*",
"drush/drush": "^11",
"drush/drush": "^12",
"drupal/adminimal_theme": "^1.3",
"drupal/admin_toolbar": "^3",
"drupal/address": "^1.10",
@ -16,10 +16,10 @@
"drupal/autocomplete_deluxe": "^2.0.0",
"drupal/autologout": "^1.0",
"drupal/better_exposed_filters": "^6",
"drupal/block_class": "^2.0",
"drupal/block_class": "^3.0",
"drupal/bulkdelete": "1.x-dev",
"drupal/cshs": "^4.0",
"drupal/config_ignore": "^2.3@RC",
"drupal/config_ignore": "^3",
"drupal/config_filter": "^2.0",
"drupal/config_devel": "^1.x-dev@dev",
"drupal/config_update": "^2.0@alpha",
@ -32,7 +32,7 @@
"drupal/entity_browser": "^2.0",
"drupal/entity_browser_enhanced": "^2.0",
"drupal/entity_clone": "dev-2.x",
"drupal/extlink": "^1.1",
"drupal/extlink": "^2",
"drupal/field_group": "3.x-dev@dev",
"drupal/filter_perms": "1.x-dev",
"drupal/formatter_suite": "^2.0",
@ -40,7 +40,7 @@
"drupal/imagemagick": "^3.1",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/linkit": "^6.0@beta",
"drupal/link_attributes": "^1.5",
"drupal/link_attributes": "^2.1",
"drupal/login_destination": "2.x-dev@dev",
"drupal/maillog": "1.x-dev",
"drupal/matomo": "^1.7",
@ -66,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,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

@ -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

@ -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

@ -0,0 +1,14 @@
uuid: 95cfff39-94e5-42b9-afd6-360b1cdb8c90
langcode: fr
status: true
dependencies:
config:
- user.role.editeur
module:
- user
id: user_add_role_action.editeur
label: 'Ajouter le rôle Editeur aux utilisateurs sélectionnés'
type: user
plugin: user_add_role_action
configuration:
rid: editeur

View File

@ -0,0 +1,14 @@
uuid: c19f8942-b617-4096-8e63-1b5cc104299c
langcode: fr
status: true
dependencies:
config:
- user.role.editeur
module:
- user
id: user_remove_role_action.editeur
label: 'Enlever le rôle Editeur des utilisateurs sélectionnés'
type: user
plugin: user_remove_role_action
configuration:
rid: editeur

View File

@ -26,7 +26,6 @@ permissions:
- 'execute entity:save_action node'
- 'execute entity:save_action taxonomy_term'
- 'execute entity:save_action user'
- 'execute node_assign_owner_action node'
- 'execute node_promote_action node'
- 'execute node_unpromote_action node'
- 'execute user_add_role_action user'

View File

@ -0,0 +1,40 @@
uuid: 7740ebe5-9200-4336-b6b8-c29afee5f3b4
langcode: fr
status: true
dependencies:
config:
- filter.format.wysiwyg
- node.type.static
module:
- actions_permissions
- content_translation
- filter
- locale
- node
- system
- toolbar
id: editeur
label: Editeur
weight: -5
is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access toolbar'
- 'administer nodes'
- 'create content translations'
- 'create static content'
- 'edit any static content'
- 'execute entity:save_action node'
- 'execute node_make_sticky_action node'
- 'execute node_make_unsticky_action node'
- 'execute node_promote_action node'
- 'execute node_unpromote_action node'
- 'revert static revisions'
- 'translate editable entities'
- 'translate interface'
- 'update content translations'
- 'use text format wysiwyg'
- 'view own unpublished content'
- 'view static revisions'
- 'view the administration theme'

View File

@ -105,12 +105,10 @@ permissions:
- 'execute entity:save_action taxonomy_term'
- 'execute entity:save_action user'
- 'execute entity:unpublish_action node'
- 'execute node_assign_owner_action node'
- 'execute node_make_sticky_action node'
- 'execute node_make_unsticky_action node'
- 'execute node_promote_action node'
- 'execute node_unpromote_action node'
- 'execute node_unpublish_by_keyword_action node'
- 'execute user_add_role_action user'
- 'execute user_block_user_action user'
- 'execute user_remove_role_action user'

View File

@ -45,7 +45,6 @@ dependencies:
# Contrib
- 'actions_permissions'
- 'admin_toolbar'
- 'admin_toolbar_links_access_filter'
- 'advanced_text_formatter'
- 'audiofield'
- 'autocomplete_deluxe'