Skip to content

Commit

Permalink
Merge pull request #348 from USEPA/IN-852
Browse files Browse the repository at this point in the history
changed button order and disabled simple text
  • Loading branch information
ryanletulle authored Feb 11, 2022
2 parents 2e55fb3 + 48713f1 commit 494c460
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
15 changes: 8 additions & 7 deletions config/sync/editor.editor.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,20 @@ settings:
- Subscript
- Blockquote
- HorizontalRule
- Table
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
- Table
- epaBoxButton
- epaNewButton
- DrupalInlineMedia
-
name: Embed
items:
- DrupalMediaLibrary
- DrupalInlineMedia
- staff
- epaBoxButton
- epaNewButton
- Iframe
- '-'
-
Expand All @@ -62,15 +65,13 @@ settings:
items:
- Undo
- Redo
- PasteText
- PasteFromWord
- RemoveFormat
- SpecialChar
- Language
- '-'
- '-'
- Source
- Maximize
- Source
- '-'
plugins:
stylescombo:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/editor.editor.simple_text.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 500c66e2-9621-41e8-be1a-7ef0421adc78
langcode: en
status: true
status: false
dependencies:
config:
- filter.format.simple_text
Expand Down
24 changes: 12 additions & 12 deletions config/sync/filter.format.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ filters:
weight: -47
settings:
default_view_mode: full_width
allowed_media_types:
audio_file: audio_file
image: image
remote_video: remote_video
allowed_view_modes:
full_width: full_width
half_width: half_width
original: original
small: small
thumbnail: thumbnail
allowed_media_types:
audio_file: audio_file
image: image
remote_video: remote_video
blazy_filter:
id: blazy_filter
provider: blazy
Expand All @@ -131,28 +131,28 @@ filters:
weight: -46
settings:
default_view_mode: link
allowed_view_modes:
link: link
allowed_media_types:
document: document
allowed_view_modes:
link: link
filter_table_attributes:
id: filter_table_attributes
provider: uswds_ckeditor_integration
status: true
weight: -42
settings: { }
epa_filter_empty_paragraphs:
id: epa_filter_empty_paragraphs
provider: epa_wysiwyg
status: false
weight: -34
settings: { }
epa_filter_links:
id: epa_filter_links
provider: epa_wysiwyg
status: true
weight: -45
settings: { }
epa_filter_empty_paragraphs:
id: epa_filter_empty_paragraphs
provider: epa_wysiwyg
status: false
weight: -34
settings: { }
paragraphs_entity_embed:
id: paragraphs_entity_embed
provider: paragraphs_entity_embed
Expand Down
14 changes: 7 additions & 7 deletions config/sync/filter.format.simple_text.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: f95f6217-3a83-4ecc-882a-c60e426d09d7
langcode: en
status: true
status: false
dependencies:
config:
- core.entity_view_mode.media.full_width
Expand Down Expand Up @@ -133,18 +133,18 @@ filters:
link: link
allowed_media_types:
document: document
epa_filter_empty_paragraphs:
id: epa_filter_empty_paragraphs
provider: epa_wysiwyg
status: false
weight: -35
settings: { }
epa_filter_links:
id: epa_filter_links
provider: epa_wysiwyg
status: true
weight: -45
settings: { }
epa_filter_empty_paragraphs:
id: epa_filter_empty_paragraphs
provider: epa_wysiwyg
status: false
weight: -35
settings: { }
paragraphs_entity_embed:
id: paragraphs_entity_embed
provider: paragraphs_entity_embed
Expand Down

0 comments on commit 494c460

Please sign in to comment.