Skip to content

Commit

Permalink
Merge pull request #276 from UN-OCHA/OPS-9884-allowed-formats-update
Browse files Browse the repository at this point in the history
chore: update allowed_formats module
  • Loading branch information
lazysoundsystem authored Jan 22, 2024
2 parents 9f6833c + a176846 commit 421b399
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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/classy": "^1.0",
"drupal/components": "^3.0@beta",
"drupal/config_filter": "^2.4",
Expand Down
23 changes: 13 additions & 10 deletions composer.lock

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

1 change: 1 addition & 0 deletions config/field.field.node.announcement.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
1 change: 1 addition & 0 deletions config/field.field.node.odsg_document.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
1 change: 1 addition & 0 deletions config/field.field.node.page.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
3 changes: 2 additions & 1 deletion config/field.field.node.page.field_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
1 change: 1 addition & 0 deletions config/field.field.node.public_page.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary

0 comments on commit 421b399

Please sign in to comment.