Skip to content

Commit

Permalink
chore: update allowed_formats module
Browse files Browse the repository at this point in the history
Refs: updates
  • Loading branch information
lazysoundsystem committed Jan 25, 2024
1 parent 0470e78 commit d5f887c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 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/amazon_ses": "^3.0",
"drupal/bcc": "^4",
"drupal/classy": "^1.0",
Expand Down
27 changes: 15 additions & 12 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.paragraph.text.field_media_content_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_media_content_text
- filter.format.filtered_html
- paragraphs.paragraphs_type.text
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats:
- filtered_html
id: paragraph.text.field_media_content_text
field_name: field_media_content_text
entity_type: paragraph
Expand All @@ -22,5 +18,7 @@ required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- filtered_html
field_type: text_long

0 comments on commit d5f887c

Please sign in to comment.