Skip to content

Commit

Permalink
Merge pull request #240 from itk-dev/feature/config-langcode
Browse files Browse the repository at this point in the history
Applied patch to make langcode work as expected
  • Loading branch information
martinyde authored Oct 25, 2021
2 parents 4dd6173 + 973d439 commit f1ae03e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
},
"enable-patching": true,
"patches": {
"drupal/core": {
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2020-06-10/locale-config-langcodes.patch"
},
"drupal/flag": {
"Implement Migration Paths for Flag 7.x (https://www.drupal.org/project/flag/issues/2409901#comment-13082245)": "https://www.drupal.org/files/issues/2019-04-25/2409901_flag_migration_paths_52.patch",
"Implement Migration Paths for Flag 7.x (https://www.drupal.org/project/flag/issues/2409901#comment-13281955)": "https://www.drupal.org/files/issues/2019-10-02/2409901-60.patch"
Expand Down
24 changes: 16 additions & 8 deletions composer.lock

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

14 changes: 7 additions & 7 deletions config/sync/filter.format.os2loop_documents_table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ filters:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid> <table class> <caption> <tbody> <thead> <tfoot> <th class> <td class> <tr>'
filter_html_help: true
filter_html_nofollow: false
token_filter:
id: token_filter
provider: token_filter
status: false
weight: 0
settings:
replace_empty: '0'
media_embed:
id: media_embed
provider: media
Expand All @@ -27,10 +34,3 @@ filters:
default_view_mode: default
allowed_media_types: { }
allowed_view_modes: { }
token_filter:
id: token_filter
provider: token_filter
status: false
weight: 0
settings:
replace_empty: '0'

0 comments on commit f1ae03e

Please sign in to comment.