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

EWPP-3795: Remove the requirement for allowed_formats module. #240

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"require": {
"php": ">=8.1",
"cweagans/composer-patches": "^1.7 || ^2.0",
"drupal/allowed_formats": "^2.0 || ^3.0",
"drupal/core": "^10",
"drupal/paragraphs": "^1.18",
"drupal/typed_link": "^2.0"
Expand All @@ -25,6 +24,7 @@
"drupal/entity_browser": "^2.5",
"drupal/inline_entity_form": "^1.0-rc12",
"drupal/json_field": "^1.1",
"drupal/media_avportal": "1.8.0",
"drush/drush": "^12",
"nikic/php-parser": "^4",
"openeuropa/behat-transformation-context": "^0.1",
Expand Down Expand Up @@ -76,7 +76,8 @@
},
"_readme": [
"Explicit requirement of symfony/phpunit-bridge to replace drupal/core-dev testing classes and traits.",
"Explicit requirement of nikic/php-parser ^4 as later versions are not compatible with grumphp @see https://github.com/phpro/grumphp/issues/1119"
"Explicit requirement of nikic/php-parser ^4 as later versions are not compatible with grumphp @see https://github.com/phpro/grumphp/issues/1119",
"Locking drupal/media_avportal to 1.8.0 until D10.2 support is dropped."
]
},
"repositories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- field.field.paragraph.oe_list_item.field_oe_title
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- datetime
- link
- text
Expand Down Expand Up @@ -50,10 +49,7 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
third_party_settings: { }
type: text_textarea
region: content
field_oe_title:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- field.field.paragraph.oe_list_item.field_oe_title
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- link
- text
id: paragraph.oe_list_item.default
Expand Down Expand Up @@ -39,10 +38,7 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
third_party_settings: { }
type: text_textarea
region: content
field_oe_title:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- image.style.thumbnail
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- image
- link
- text
Expand Down Expand Up @@ -50,10 +49,7 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
third_party_settings: { }
type: text_textarea
region: content
field_oe_title:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- image.style.thumbnail
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- image
- link
- text
Expand Down Expand Up @@ -52,10 +51,7 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
third_party_settings: { }
field_oe_title:
type: string_textfield
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- image.style.thumbnail
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- image
- link
- text
Expand Down Expand Up @@ -50,10 +49,7 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
third_party_settings: { }
type: text_textarea
region: content
field_oe_title:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_list_item
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats:
- plain_text
id: paragraph.oe_list_item.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -21,5 +16,7 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- plain_text
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_illustration_item_flag
module:
- allowed_formats
- text
third_party_settings: { }
id: paragraph.oe_illustration_item_flag.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -18,5 +16,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_illustration_item_icon
module:
- allowed_formats
- text
third_party_settings: { }
id: paragraph.oe_illustration_item_icon.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -18,5 +16,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_illustration_item_image
module:
- allowed_formats
- text
third_party_settings: { }
id: paragraph.oe_illustration_item_image.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -18,5 +16,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_text_feature_media
module:
- allowed_formats
- text
third_party_settings: { }
id: paragraph.oe_text_feature_media.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -18,5 +16,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ dependencies:
- field.storage.paragraph.field_oe_text_long
- paragraphs.paragraphs_type.oe_timeline
module:
- allowed_formats
- text
third_party_settings:
allowed_formats: { }
id: paragraph.oe_timeline.field_oe_text_long
field_name: field_oe_text_long
entity_type: paragraph
Expand All @@ -19,5 +16,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
1 change: 0 additions & 1 deletion oe_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ core_version_requirement: ^10
package: OpenEuropa

dependencies:
- allowed_formats:allowed_formats
- drupal:datetime
- drupal:file
- drupal:image
Expand Down