diff --git a/composer.json b/composer.json index 108a8c2..5bb53a7 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index b9b69db..3efd499 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b48e57d2b7ff61c254c143d237ddaeee", + "content-hash": "1aad8f651d3c65d7bdd2147182a9d087", "packages": [ { "name": "asm89/stack-cors", @@ -2595,7 +2595,7 @@ "shasum": "6a66e40a4249351a89afba529910e1e5e2f667aa" }, "require": { - "drupal/core": "^9.1 || ^10" + "drupal/core": "^10" }, "type": "drupal-module", "extra": { @@ -2678,26 +2678,29 @@ }, { "name": "drupal/allowed_formats", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/allowed_formats.git", - "reference": "2.0.0" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0" + "url": "https://ftp.drupal.org/files/projects/allowed_formats-3.0.0.zip", + "reference": "3.0.0", + "shasum": "1dad855db0e12fa3cdef8ca4e3bfc98f89090490" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^10.1" + }, + "conflict": { + "drupal/core": "<10.1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1669170410", + "version": "3.0.0", + "datestamp": "1693983469", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2730,7 +2733,7 @@ "role": "Maintainer" } ], - "description": "Limit which text formats are available for each field instance.", + "description": "Hides info about the selected text format. The 'allowed formats' functionality has been moved to core since Drupal 10.1.0.", "homepage": "https://www.drupal.org/project/allowed_formats", "support": { "source": "http://cgit.drupalcode.org/allowed_formats", @@ -3905,7 +3908,7 @@ "shasum": "6139e7d5d5d5dd28bf51b15118c8c84d6ff91614" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^10" }, "type": "drupal-module", "extra": { @@ -3957,7 +3960,7 @@ "shasum": "cc7cd2f029137e99a99deb90aee83b8bbf01c0d4" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^10", "drupal/imageapi_optimize": "*" }, "type": "drupal-module", diff --git a/config/field.field.node.action_points.field_action_points.yml b/config/field.field.node.action_points.field_action_points.yml index 3bd6419..b6cfe14 100644 --- a/config/field.field.node.action_points.field_action_points.yml +++ b/config/field.field.node.action_points.field_action_points.yml @@ -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 @@ -23,6 +18,5 @@ translatable: false default_value: { } default_value_callback: '' settings: - allowed_formats: - - text_editor_simple + allowed_formats: { } field_type: text_long diff --git a/local/docker-compose.yml b/local/docker-compose.yml index 94b1b6a..6ddf6e7 100644 --- a/local/docker-compose.yml +++ b/local/docker-compose.yml @@ -1,4 +1,3 @@ -version: "2.2" name: ai-summarize-local networks: