3 Commits 9eab6ebc8d ... 18c6b02464

Autore SHA1 Messaggio Data
  bach 9eab6ebc8d updates 8 mesi fa
  bach ec7b51afb1 removed Admin Toolbar Links Access Filter 8 mesi fa
  bach 6122ad5f5b drupal 10.4.1 bug fixe 9 mesi fa

+ 4 - 4
composer.json

@@ -16,10 +16,10 @@
     "drupal/autocomplete_deluxe": "^2.0.0",
     "drupal/autologout": "^1.0",
     "drupal/better_exposed_filters": "^6",
-    "drupal/block_class": "^3.0",
+    "drupal/block_class": "^2.0",
     "drupal/bulkdelete": "1.x-dev",
     "drupal/cshs": "^4.0",
-    "drupal/config_ignore": "^3",
+    "drupal/config_ignore": "^2.3@RC",
     "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": "^2",
+    "drupal/extlink": "^1.1",
     "drupal/field_group": "3.x-dev@dev",
     "drupal/filter_perms": "1.x-dev",
     "drupal/formatter_suite": "^2.0",
@@ -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": "^3",
+    "drupal/views_bulk_edit": "^2.2",
     "kint-php/kint": "^3.3",
     "drupal/devel_kint_extras": "^1.0"
   },

+ 82 - 0
config/install/filter.format.wysiwyg copy.yml

@@ -0,0 +1,82 @@
+uuid: e37b00eb-35f2-4be9-93f5-ecaa1d4bb530
+langcode: fr
+status: true
+dependencies:
+  module:
+    - editor
+    - pathologic
+_core:
+  default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
+name: wysiwyg
+format: wysiwyg
+weight: 0
+filters:
+  editor_file_reference:
+    id: editor_file_reference
+    provider: editor
+    status: true
+    weight: -50
+    settings: {  }
+  filter_align:
+    id: filter_align
+    provider: filter
+    status: false
+    weight: -41
+    settings: {  }
+  filter_autop:
+    id: filter_autop
+    provider: filter
+    status: true
+    weight: -49
+    settings: {  }
+  filter_caption:
+    id: filter_caption
+    provider: filter
+    status: false
+    weight: -40
+    settings: {  }
+  filter_html:
+    id: filter_html
+    provider: filter
+    status: false
+    weight: -43
+    settings:
+      allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
+      filter_html_help: true
+      filter_html_nofollow: false
+  filter_html_escape:
+    id: filter_html_escape
+    provider: filter
+    status: false
+    weight: -42
+    settings: {  }
+  filter_html_image_secure:
+    id: filter_html_image_secure
+    provider: filter
+    status: true
+    weight: -48
+    settings: {  }
+  filter_htmlcorrector:
+    id: filter_htmlcorrector
+    provider: filter
+    status: true
+    weight: -47
+    settings: {  }
+  filter_pathologic:
+    id: filter_pathologic
+    provider: pathologic
+    status: false
+    weight: 50
+    settings:
+      settings_source: global
+      local_settings:
+        protocol_style: full
+        local_paths: ''
+        keep_language_prefix: true
+  filter_url:
+    id: filter_url
+    provider: filter
+    status: true
+    weight: -45
+    settings:
+      filter_url_length: 72

+ 55 - 0
config/install/user.role.admin copy.yml

@@ -0,0 +1,55 @@
+uuid: 740a3928-0a3e-4953-ae13-51e693092452
+langcode: fr
+status: true
+dependencies:
+  config:
+    - filter.format.wysiwyg
+    - node.type.static
+  module:
+    - actions_permissions
+    - content_translation
+    - file
+    - filter
+    - locale
+    - node
+    - system
+    - toolbar
+_core:
+  default_config_hash: qjP-_ce85KMPC6bVZSJhrJVg9g3ctrzIduVBuGb1c9A
+id: admin
+label: Admin
+weight: -7
+is_admin: null
+permissions:
+  - 'access administration pages'
+  - 'access content overview'
+  - 'access files overview'
+  - 'access toolbar'
+  - 'administer nodes'
+  - 'administer users'
+  - 'change own username'
+  - 'create content translations'
+  - 'create static content'
+  - 'edit any static content'
+  - 'execute entity:save_action menu_link_content'
+  - 'execute entity:save_action node'
+  - 'execute entity:save_action taxonomy_term'
+  - 'execute entity:save_action user'
+  - '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 user_add_role_action user'
+  - 'execute user_block_user_action user'
+  - 'execute user_remove_role_action user'
+  - 'execute user_unblock_user_action user'
+  - 'execute vbo_cancel_user_action user'
+  - 'execute views_bulk_edit all'
+  - 'revert static revisions'
+  - 'translate editable entities'
+  - 'translate interface'
+  - 'update content translations'
+  - 'use text format wysiwyg'
+  - 'view static revisions'
+  - 'view the administration theme'

+ 1 - 0
config/install/user.role.admin.yml

@@ -26,6 +26,7 @@ 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'

+ 1 - 0
config/install/user.role.editeur.yml

@@ -26,6 +26,7 @@ permissions:
   - 'create static content'
   - 'edit any static content'
   - 'execute entity:save_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'

+ 2 - 0
config/install/user.role.root.yml

@@ -105,10 +105,12 @@ 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'

+ 1 - 0
figli_starter_kit.info.yml

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