Skip to content

Commit

Permalink
Merge pull request #271 from USEPA/IN-572
Browse files Browse the repository at this point in the history
Adding Iframe back to Rich Text and Draggable Views updates
  • Loading branch information
johnrockweilercgi authored Sep 30, 2021
2 parents 3a330b6 + 43a7653 commit a2a6599
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@
"drupal/diff": {
"2980335: Establish class attribute as array instead of string.": "https://www.drupal.org/files/issues/2018-06-18/2980335_2_define_classes_as_array.patch"
},
"drupal/draggableviews": {
"2929116: Can't use Show weight values link with a draggable view": "https://www.drupal.org/files/issues/2019-05-24/draggableviews-show_row_weight_values-2929116-21.patch"
},
"drupal/fullcalendar_view": {
"3168071: Mouse-hover tool-tip option for version since 8.x.4.2": "https://www.drupal.org/files/issues/2021-03-18/3168071-13.patch"
},
Expand Down
3 changes: 0 additions & 3 deletions composer.lock

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

1 change: 1 addition & 0 deletions config/sync/editor.editor.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ settings:
- Table
- epaBoxButton
- epaNewButton
- Iframe
- Templates
- uswds_grid
-
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ filters:
status: true
weight: -49
settings:
allowed_html: '<a href hreflang data-entity-type data-entity-uuid class name id data-entity-substitution> <em> <strong> <cite class> <ins data-date> <blockquote cite class> <code> <ul type class> <ol start type class> <li class> <dl> <dt> <dd> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <s> <sup> <sub> <img src width height typeof alt data-align data-caption> <table width height style class> <caption> <tbody> <thead> <tfoot> <th style colspan rowspan scope width> <td style colspan rowspan width> <tr scope> <hr> <p class> <br> <pre> <drupal-entity data-* title alt data-entity-type data-entity-uuid data-entity-substitution data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button> <span class> <figcaption contenteditable data-cke-widget-editable data-cke-enter-mode data-cke-filter class data-cke-display-name data-placeholder> <figure role class> <div data-entity-type data-entity-uuid data-langcode data-entity-embed-display data-entity-embed-display-settings alt title data-embed-button id class data-*><drupal-media data-caption data-align data-entity-type data-entity-uuid data-view-mode alt><source media !src type><drupal-inline-media data-entity-type data-entity-uuid data-view-mode><button class aria-expanded aria-controls><svg class role aria-*><use xlink*>'
allowed_html: '<a href hreflang data-entity-type data-entity-uuid class name id data-entity-substitution> <em> <strong> <cite class> <ins data-date> <blockquote cite class> <code> <ul type class> <ol start type class> <li class> <dl> <dt> <dd> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <s> <sup> <sub> <img src width height typeof alt data-align data-caption> <table width height style class> <caption> <tbody> <thead> <tfoot> <th style colspan rowspan scope width> <td style colspan rowspan width> <tr scope> <hr> <p class> <br> <pre> <drupal-entity data-* title alt data-entity-type data-entity-uuid data-entity-substitution data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button> <span class> <figcaption contenteditable data-cke-widget-editable data-cke-enter-mode data-cke-filter class data-cke-display-name data-placeholder> <figure role class> <div data-entity-type data-entity-uuid data-langcode data-entity-embed-display data-entity-embed-display-settings alt title data-embed-button id class data-*><drupal-media data-caption data-align data-entity-type data-entity-uuid data-view-mode alt><source media !src type><drupal-inline-media data-entity-type data-entity-uuid data-view-mode><iframe longdesc name scrolling src title align height frameborder width><button class aria-expanded aria-controls><svg class role aria-*><use xlink*>'
filter_html_help: true
filter_html_nofollow: false
filter_autop:
Expand Down
1 change: 0 additions & 1 deletion config/sync/views.view.organizations_with_staff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- taxonomy.vocabulary.locations
- taxonomy.vocabulary.organization
module:
- draggableviews
- node
- taxonomy
- telephone
Expand Down

0 comments on commit a2a6599

Please sign in to comment.