Skip to content

Commit

Permalink
Merge pull request #83 from USEPA/IN-157a
Browse files Browse the repository at this point in the history
In 157a
  • Loading branch information
johnrockweilercgi authored Mar 17, 2021
2 parents d68a89d + 2e513af commit 02d87dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/sync/editor.editor.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ settings:
- ShowBlocks
- Source
plugins:
stylescombo:
styles: "blockquote.pull-quote|Pull Quote\r\nblockquote.pull-quote.u-align-left|Left Pull Quote\r\nblockquote.pull-quote.u-align-right|Right Pull Quote\r\na.usa-button|Button\r\np.usa-intro|Intro Text\r\ntable.datatable|Datatable\r\ntable.usa-table|Table Border\r\ntable.usa-table-borderless|Table Borderless\r\nspan.usa-tag|Tag\r\nul.list.list--pipeline|Pipeline List\r\nspan.warning|Warning\r\nh2.highlight|H2 Highlight\r\nh3.highlight|H3 Highlight\r\nh4.highlight|H4 Highlight\r\nh5.highlight|H5 Highlight\r\nh6.highlight|H6 Highlight"
drupallink:
linkit_enabled: true
linkit_profile: editor
language:
language_list: un
stylescombo:
styles: "blockquote.pull-quote|Pull Quote\r\nblockquote.pull-quote.u-align-left|Left Pull Quote\r\nblockquote.pull-quote.u-align-right|Right Pull Quote\r\na.usa-button|Button\r\np.usa-intro|Intro Text\r\ntable.datatable|Datatable\r\ntable.usa-table|Table Border\r\ntable.usa-table-borderless|Table Borderless\r\nspan.usa-tag|Tag\r\nul.list.list--pipeline|Pipeline List\r\nspan.warning|Warning\r\nh2.highlight|H2 Highlight\r\nh3.highlight|H3 Highlight\r\nh4.highlight|H4 Highlight\r\nh5.highlight|H5 Highlight\r\nh6.highlight|H6 Highlight"
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
height: null
6 changes: 3 additions & 3 deletions config/sync/editor.editor.simple_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ settings:
- Source
- '-'
plugins:
stylescombo:
styles: "a.usa-button|Button\r\np.usa-intro|Intro Text\r\nspan.usa-tag|Tag\r\nul.list.list--pipeline|Pipeline List\r\nspan.warning|Warning\r\nh2.highlight|H2 Highlight\r\nh3.highlight|H3 Highlight\r\nh4.highlight|H4 Highlight\r\nh5.highlight|H5 Highlight\r\nh6.highlight|H6 Highlight"
drupallink:
linkit_enabled: true
linkit_profile: editor
language:
language_list: un
stylescombo:
styles: "a.usa-button|Button\r\np.usa-intro|Intro Text\r\nspan.usa-tag|Tag\r\nul.list.list--pipeline|Pipeline List\r\nspan.warning|Warning\r\nh2.highlight|H2 Highlight\r\nh3.highlight|H3 Highlight\r\nh4.highlight|H4 Highlight\r\nh5.highlight|H5 Highlight\r\nh6.highlight|H6 Highlight"
image_upload:
status: false
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
height: null
2 changes: 2 additions & 0 deletions config/sync/filter.format.simple_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- core.entity_view_mode.media.half_width
- core.entity_view_mode.media.link
- core.entity_view_mode.media.original
- core.entity_view_mode.media.small
- core.entity_view_mode.media.thumbnail
module:
- blazy
Expand Down Expand Up @@ -105,6 +106,7 @@ filters:
full_width: full_width
half_width: half_width
original: original
small: small
thumbnail: thumbnail
blazy_filter:
id: blazy_filter
Expand Down

0 comments on commit 02d87dd

Please sign in to comment.