Skip to content

Commit

Permalink
[MAT-7230] uninstall deprecated modules (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlariono authored Oct 22, 2024
1 parent a94d619 commit caeee0d
Show file tree
Hide file tree
Showing 13 changed files with 150 additions and 221 deletions.
5 changes: 1 addition & 4 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module:
block_content: 0
breakpoint: 0
ckeditor: 0
color: 0
ckeditor5: 0
components: 0
config: 0
config_filter: 0
Expand All @@ -23,7 +23,6 @@ module:
dynamic_page_cache: 0
editor: 0
emat_blocks: 0
emulsify_twig: 0
entity_reference_revisions: 0
field: 0
field_ui: 0
Expand All @@ -50,8 +49,6 @@ module:
path: 0
path_alias: 0
phpmailer_smtp: 0
quickedit: 0
rdf: 0
redirect: 0
shortcut: 0
system: 0
Expand Down
82 changes: 47 additions & 35 deletions config/sync/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,60 @@
uuid: 522dd054-0576-4dd3-93f3-3870e592d3bb
uuid: b02af3b1-f743-4cf1-98ee-d659cf16a6a3
langcode: en
status: true
dependencies:
config:
- filter.format.basic_html
module:
- ckeditor
_core:
default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
- ckeditor5
format: basic_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- Source
items:
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- '|'
- heading
- '|'
- sourceEditing
- '|'
- code
plugins:
drupallink:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags:
- '<cite>'
- '<dl>'
- '<dt>'
- '<dd>'
- '<span>'
- '<img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption width height>'
- '<blockquote cite>'
- '<ul type>'
- '<ol type>'
- '<h2 id>'
- '<h3 id>'
- '<h4 id>'
- '<h5 id>'
- '<h6 id>'
- '<a hreflang accesskey id rel target title>'
ckeditor5_list:
reversed: false
startIndex: true
linkit_extension:
linkit_enabled: true
linkit_profile: default
image_upload:
Expand Down
80 changes: 37 additions & 43 deletions config/sync/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,50 @@
uuid: ef058e90-8d6e-4187-ac71-87ed9e0d6b11
uuid: c414bf17-be29-49b5-8c3f-755cd8e8d7f0
langcode: en
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
_core:
default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
- ckeditor5
format: full_html
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
- Strike
- Superscript
- Subscript
- '-'
- RemoveFormat
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- Table
- HorizontalRule
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- ShowBlocks
- Source
items:
- bold
- italic
- strikethrough
- superscript
- subscript
- removeFormat
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- insertTable
- horizontalLine
- '|'
- heading
- codeBlock
- '|'
- sourceEditing
plugins:
drupallink:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_list:
reversed: true
startIndex: true
linkit_extension:
linkit_enabled: true
linkit_profile: default
image_upload:
Expand Down
47 changes: 47 additions & 0 deletions config/sync/editor.editor.webform_default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
uuid: 6966c52b-4ac0-4db4-8d12-075ad9de49df
langcode: en
status: true
dependencies:
config:
- filter.format.webform_default
module:
- ckeditor5
format: webform_default
editor: ckeditor5
settings:
toolbar:
items:
- heading
- '|'
- bold
- italic
- subscript
- superscript
- '|'
- specialCharacters
- '|'
- numberedList
- bulletedList
- '|'
- link
- '|'
- indent
- outdent
- '|'
- blockQuote
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload: { }
4 changes: 2 additions & 2 deletions config/sync/filter.format.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status: true
dependencies:
module:
- editor
- media
- linkit
_core:
default_config_hash: P8ddpAIKtawJDi5SzOwCzVnnNYqONewSTJ6Xn0dW_aQ
name: 'Basic HTML'
Expand All @@ -17,7 +17,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<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> <p> <br> <span> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption width height> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution>'
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <span> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption width height> <blockquote cite> <ul type> <ol type start> <a hreflang accesskey id rel target title href data-entity-type data-entity-uuid data-entity-substitution> <strong> <em> <code> <li>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
Expand Down
4 changes: 2 additions & 2 deletions config/sync/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status: true
dependencies:
module:
- editor
- media
- linkit
_core:
default_config_hash: WNeK5FbcY8pXgEpbD_KgRzlF1-5PL3BJXwqaBctPTqw
name: 'Full HTML'
Expand Down Expand Up @@ -41,7 +41,7 @@ filters:
status: false
weight: -10
settings:
allowed_html: '<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> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution>'
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
Expand Down
11 changes: 11 additions & 0 deletions config/sync/filter.format.webform_default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 845340df-e505-459f-a89e-4797d20cda2a
langcode: en
status: true
dependencies:
enforced:
module:
- webform
name: 'Webform (Default) - DO NOT EDIT'
format: webform_default
weight: 100
filters: { }
52 changes: 0 additions & 52 deletions config/sync/rdf.mapping.node.article.yml

This file was deleted.

Loading

0 comments on commit caeee0d

Please sign in to comment.