Skip to content

Commit

Permalink
Removed allowed_formats dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 15, 2024
1 parent 274025a commit 584cf60
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 32 deletions.
8 changes: 1 addition & 7 deletions config/sync/config_ignore.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ _core:
default_config_hash: v7E8C8wJWeAW2BGohMNY1tZSBc4bexM6O62tGxecTfE
mode: simple
ignored_config_entities:
- 'core.extension:theme'
- 'system.theme:default'
- '~block.block.claro_*'
- '~block.block.stanford_profile_admin_*'
- '~block.block.stanford_basic_*'
- '~block.block.soe_basic_*'
- '~block.block.minimally_branded_subtheme_*'
- 'block.block.*'
- 'core.extension:theme'
- 'google_tag.container.*'
Expand All @@ -21,5 +14,6 @@ ignored_config_entities:
- 'user.role.custm_*'
- '~block.block.claro_*'
- '~block.block.minimally_branded_subtheme_*'
- '~block.block.soe_basic_*'
- '~block.block.stanford_basic_*'
- '~block.block.stanford_profile_admin_*'
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- field.storage.paragraph.stanford_cta_list_deck
- paragraphs.paragraphs_type.stanford_cta_list
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: stanford_html
stanford_minimal_html: stanford_minimal_html
plain_text: '0'
_core:
default_config_hash: lsrxQ_Cq4Q5_5nj_y1qM-D5A8gCPeJcXaGXQyxBlXXM
id: paragraph.stanford_cta_list.stanford_cta_list_deck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- field.storage.paragraph.stanford_stories_quote
- paragraphs.paragraphs_type.stanford_stories
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: stanford_html
stanford_minimal_html: stanford_minimal_html
plain_text: plain_text
_core:
default_config_hash: cv1zWZbup9taBOmLI_CNxrivZgFt5LIrlVxFowGkonA
id: paragraph.stanford_stories.stanford_stories_quote
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ dependencies:
- field.storage.paragraph.stanford_cta_list_deck
- paragraphs.paragraphs_type.stanford_cta_list
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: stanford_html
stanford_minimal_html: stanford_minimal_html
plain_text: '0'
third_party_settings: { }
id: paragraph.stanford_cta_list.stanford_cta_list_deck
field_name: stanford_cta_list_deck
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ dependencies:
- field.storage.paragraph.stanford_stories_quote
- paragraphs.paragraphs_type.stanford_stories
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: stanford_html
stanford_minimal_html: stanford_minimal_html
plain_text: plain_text
third_party_settings: { }
id: paragraph.stanford_stories.stanford_stories_quote
field_name: stanford_stories_quote
entity_type: paragraph
Expand Down
1 change: 0 additions & 1 deletion modules/soe_paragraphs/soe_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- ds:ds
- drupal:field
- drupal:text
- drupal:allowed_formats
- drupal:field_formatter_class
- drupal:element_class_formatter
- stanford_fields:stanford_fields

0 comments on commit 584cf60

Please sign in to comment.