Skip to content

Commit

Permalink
Merge pull request #434 from UN-OCHA/update/patch-4d183ac
Browse files Browse the repository at this point in the history
Automatic Composer Update
  • Loading branch information
lazysoundsystem authored Jan 25, 2024
2 parents 4d183ac + 18e8b92 commit c2e319c
Show file tree
Hide file tree
Showing 19 changed files with 122 additions and 156 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"composer/installers": "^1.12",
"cweagans/composer-patches": "^1.7",
"drupal/admin_denied": "^2.0",
"drupal/allowed_formats": "^2.0",
"drupal/allowed_formats": "^3",
"drupal/amazon_ses": "^3.0",
"drupal/choices": "^2.1",
"drupal/components": "^3.0@beta",
Expand Down Expand Up @@ -117,7 +117,8 @@
"oomphinc/composer-installers-extender": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"drupal-composer/preserve-paths": true
},
"audit": {
"abandoned": "report"
Expand Down
110 changes: 56 additions & 54 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions config/field.field.node.event.field_event_location.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ status: true
dependencies:
config:
- field.storage.node.field_event_location
- filter.format.ckeditor
- node.type.event
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats:
- ckeditor
id: node.event.field_event_location
field_name: field_event_location
entity_type: node
Expand All @@ -22,5 +18,7 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- ckeditor
field_type: text_long
4 changes: 0 additions & 4 deletions config/field.field.node.leader.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ dependencies:
- field.storage.node.body
- node.type.leader
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats: { }
id: node.leader.body
field_name: body
entity_type: node
Expand Down
10 changes: 4 additions & 6 deletions config/field.field.paragraph.call_to_action.field_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ status: true
dependencies:
config:
- field.storage.paragraph.field_text
- filter.format.ckeditor
- paragraphs.paragraphs_type.call_to_action
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats:
- ckeditor
id: paragraph.call_to_action.field_text
field_name: field_text
entity_type: paragraph
Expand All @@ -22,5 +18,7 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- ckeditor
field_type: text_long
10 changes: 4 additions & 6 deletions config/field.field.paragraph.cbpf.field_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ status: true
dependencies:
config:
- field.storage.paragraph.field_text
- filter.format.text_editor_simple
- paragraphs.paragraphs_type.cbpf
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats:
- text_editor_simple
id: paragraph.cbpf.field_text
field_name: field_text
entity_type: paragraph
Expand All @@ -22,5 +18,7 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- text_editor_simple
field_type: text_long
Loading

0 comments on commit c2e319c

Please sign in to comment.