Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update allowed_formats module and its config #127

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cweagans/composer-patches": "^1.7",
"drupal/admin_denied": "^2.0",
"drupal/admin_feedback": "^2.6",
"drupal/allowed_formats": "^2.0",
"drupal/allowed_formats": "^3",
"drupal/amazon_ses": "3.0.x-dev",
"drupal/aws": "2.0.x-dev",
"drupal/components": "^3.0@beta",
Expand Down
29 changes: 16 additions & 13 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ status: true
dependencies:
config:
- field.storage.node.field_action_points
- filter.format.text_editor_simple
- node.type.action_points
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats: { }
id: node.action_points.field_action_points
field_name: field_action_points
entity_type: node
Expand All @@ -23,6 +18,5 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats:
- text_editor_simple
allowed_formats: { }
field_type: text_long
1 change: 0 additions & 1 deletion local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "2.2"
name: ai-summarize-local

networks:
Expand Down
Loading