From 6094bedff752b0b0f6797cfcb1df86daa79ff696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 15 Feb 2024 21:42:27 -0500 Subject: [PATCH] Apply config changes from database updates Ref #243 --- ...e.entity_form_mode.media.media_library.yml | 1 + .../core.entity_form_mode.user.register.yml | 1 + config/core.entity_view_mode.block.token.yml | 1 + ...ntity_view_mode.block_content.columnar.yml | 1 + ...re.entity_view_mode.block_content.full.yml | 1 + ...e.entity_view_mode.block_content.token.yml | 1 + config/core.entity_view_mode.comment.full.yml | 1 + ...view_mode.comment.indieweb_microformat.yml | 1 + .../core.entity_view_mode.comment.token.yml | 1 + ...entity_view_mode.contact_message.token.yml | 1 + config/core.entity_view_mode.file.token.yml | 1 + config/core.entity_view_mode.media.full.yml | 1 + ...e.entity_view_mode.media.media_library.yml | 1 + ...tity_view_mode.menu_link_content.token.yml | 1 + config/core.entity_view_mode.node.box.yml | 1 + config/core.entity_view_mode.node.card.yml | 1 + config/core.entity_view_mode.node.diff.yml | 1 + .../core.entity_view_mode.node.embedded.yml | 1 + config/core.entity_view_mode.node.full.yml | 1 + ...ty_view_mode.node.indieweb_microformat.yml | 1 + config/core.entity_view_mode.node.media.yml | 1 + config/core.entity_view_mode.node.micro.yml | 1 + config/core.entity_view_mode.node.rss.yml | 1 + .../core.entity_view_mode.node.rss_teaser.yml | 1 + ...ore.entity_view_mode.node.search_index.yml | 1 + ...re.entity_view_mode.node.search_result.yml | 1 + ...core.entity_view_mode.node.simple_card.yml | 1 + .../core.entity_view_mode.node.small_card.yml | 1 + config/core.entity_view_mode.node.teaser.yml | 1 + config/core.entity_view_mode.node.tile.yml | 1 + config/core.entity_view_mode.node.token.yml | 1 + ...re.entity_view_mode.paragraph.columnar.yml | 1 + ...ore.entity_view_mode.paragraph.preview.yml | 1 + .../core.entity_view_mode.shortcut.token.yml | 1 + ...re.entity_view_mode.taxonomy_term.full.yml | 1 + ...e.entity_view_mode.taxonomy_term.token.yml | 1 + config/core.entity_view_mode.tour.token.yml | 1 + config/core.entity_view_mode.user.compact.yml | 1 + config/core.entity_view_mode.user.full.yml | 1 + config/core.entity_view_mode.user.token.yml | 1 + config/ds.settings.yml | 12 +++- config/editor.editor.webform_default.yml | 6 +- config/file.settings.yml | 7 ++ config/filter.format.basic_html.yml | 70 +++++++++---------- config/filter.format.full_html.yml | 48 ++++++------- config/filter.format.minimalhtml.yml | 18 ++--- config/filter.format.minimalhtmltitle.yml | 26 +++---- config/filter.format.plain_text.yml | 12 ++-- config/filter.format.restricted_html.yml | 12 ++-- config/media.settings.yml | 2 +- config/system.mail.yml | 7 ++ config/system.performance.yml | 1 - config/system.theme.global.yml | 2 +- config/update.settings.yml | 2 +- config/user.role.editor.yml | 2 + config/user.role.manager.yml | 2 + config/views.settings.yml | 1 - config/views.view.files.yml | 1 - config/views.view.glossary.yml | 2 - config/views.view.media_library.yml | 2 - config/views.view.related_content.yml | 1 - config/views.view.taxonomy_term.yml | 1 - config/views.view.webform_submissions.yml | 1 - 63 files changed, 168 insertions(+), 110 deletions(-) diff --git a/config/core.entity_form_mode.media.media_library.yml b/config/core.entity_form_mode.media.media_library.yml index 996f5fc..e4bf8d7 100644 --- a/config/core.entity_form_mode.media.media_library.yml +++ b/config/core.entity_form_mode.media.media_library.yml @@ -11,5 +11,6 @@ _core: default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 id: media.media_library label: 'Media library' +description: '' targetEntityType: media cache: true diff --git a/config/core.entity_form_mode.user.register.yml b/config/core.entity_form_mode.user.register.yml index baf4987..363631e 100644 --- a/config/core.entity_form_mode.user.register.yml +++ b/config/core.entity_form_mode.user.register.yml @@ -8,5 +8,6 @@ _core: default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI id: user.register label: Register +description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_mode.block.token.yml b/config/core.entity_view_mode.block.token.yml index db3f43a..b264497 100644 --- a/config/core.entity_view_mode.block.token.yml +++ b/config/core.entity_view_mode.block.token.yml @@ -6,5 +6,6 @@ dependencies: - block id: block.token label: Token +description: '' targetEntityType: block cache: true diff --git a/config/core.entity_view_mode.block_content.columnar.yml b/config/core.entity_view_mode.block_content.columnar.yml index 03034d1..949ec09 100644 --- a/config/core.entity_view_mode.block_content.columnar.yml +++ b/config/core.entity_view_mode.block_content.columnar.yml @@ -8,5 +8,6 @@ _core: default_config_hash: QqgQqXTAzP3BZhl5XLw2R5EE1BsJTCwptXnMkjY8xZw id: block_content.columnar label: Columnar +description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.block_content.full.yml b/config/core.entity_view_mode.block_content.full.yml index c8f820f..be2cfaa 100644 --- a/config/core.entity_view_mode.block_content.full.yml +++ b/config/core.entity_view_mode.block_content.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg id: block_content.full label: Full +description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.block_content.token.yml b/config/core.entity_view_mode.block_content.token.yml index 166b4af..0fc6b6c 100644 --- a/config/core.entity_view_mode.block_content.token.yml +++ b/config/core.entity_view_mode.block_content.token.yml @@ -6,5 +6,6 @@ dependencies: - block_content id: block_content.token label: Token +description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.comment.full.yml b/config/core.entity_view_mode.comment.full.yml index ceed18c..2453acf 100644 --- a/config/core.entity_view_mode.comment.full.yml +++ b/config/core.entity_view_mode.comment.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA id: comment.full label: 'Full comment' +description: '' targetEntityType: comment cache: true diff --git a/config/core.entity_view_mode.comment.indieweb_microformat.yml b/config/core.entity_view_mode.comment.indieweb_microformat.yml index 0fdaa88..6e09f07 100644 --- a/config/core.entity_view_mode.comment.indieweb_microformat.yml +++ b/config/core.entity_view_mode.comment.indieweb_microformat.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 25JEl_n0_Mi0qsnoWLVcWpvotra4FecaCBgr5jsIMqo id: comment.indieweb_microformat label: Microformat +description: '' targetEntityType: comment cache: true diff --git a/config/core.entity_view_mode.comment.token.yml b/config/core.entity_view_mode.comment.token.yml index 99e9d3d..3454c4f 100644 --- a/config/core.entity_view_mode.comment.token.yml +++ b/config/core.entity_view_mode.comment.token.yml @@ -6,5 +6,6 @@ dependencies: - comment id: comment.token label: Token +description: '' targetEntityType: comment cache: true diff --git a/config/core.entity_view_mode.contact_message.token.yml b/config/core.entity_view_mode.contact_message.token.yml index c29d058..fdd0fe6 100644 --- a/config/core.entity_view_mode.contact_message.token.yml +++ b/config/core.entity_view_mode.contact_message.token.yml @@ -6,5 +6,6 @@ dependencies: - contact id: contact_message.token label: Token +description: '' targetEntityType: contact_message cache: true diff --git a/config/core.entity_view_mode.file.token.yml b/config/core.entity_view_mode.file.token.yml index 454fee2..958d4bf 100644 --- a/config/core.entity_view_mode.file.token.yml +++ b/config/core.entity_view_mode.file.token.yml @@ -6,5 +6,6 @@ dependencies: - file id: file.token label: Token +description: '' targetEntityType: file cache: true diff --git a/config/core.entity_view_mode.media.full.yml b/config/core.entity_view_mode.media.full.yml index 7ccf76d..14f7301 100644 --- a/config/core.entity_view_mode.media.full.yml +++ b/config/core.entity_view_mode.media.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 6NBUEuGmlkClK8Fb76tSMMpO2eZ4LWCBdbUk4z7CuP0 id: media.full label: 'Full content' +description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.media.media_library.yml b/config/core.entity_view_mode.media.media_library.yml index dcb35d0..33171c3 100644 --- a/config/core.entity_view_mode.media.media_library.yml +++ b/config/core.entity_view_mode.media.media_library.yml @@ -11,5 +11,6 @@ _core: default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 id: media.media_library label: 'Media library' +description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.menu_link_content.token.yml b/config/core.entity_view_mode.menu_link_content.token.yml index 8f91c65..d39cd40 100644 --- a/config/core.entity_view_mode.menu_link_content.token.yml +++ b/config/core.entity_view_mode.menu_link_content.token.yml @@ -6,5 +6,6 @@ dependencies: - menu_link_content id: menu_link_content.token label: Token +description: '' targetEntityType: menu_link_content cache: true diff --git a/config/core.entity_view_mode.node.box.yml b/config/core.entity_view_mode.node.box.yml index 7be75ff..b3ab216 100644 --- a/config/core.entity_view_mode.node.box.yml +++ b/config/core.entity_view_mode.node.box.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 72C_fCp3_JLorvt4YLz5w9UeUuor4vY465KrhUFEBxM id: node.box label: Box +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.card.yml b/config/core.entity_view_mode.node.card.yml index 9c14132..c2d8e56 100644 --- a/config/core.entity_view_mode.node.card.yml +++ b/config/core.entity_view_mode.node.card.yml @@ -8,5 +8,6 @@ _core: default_config_hash: z6QSG0XSjPK_V4notuY8MaeIAO_QnwfvuH825TyLiHg id: node.card label: Card +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.diff.yml b/config/core.entity_view_mode.node.diff.yml index 46046e4..884741c 100644 --- a/config/core.entity_view_mode.node.diff.yml +++ b/config/core.entity_view_mode.node.diff.yml @@ -12,5 +12,6 @@ _core: default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs id: node.diff label: 'Revision comparison' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.embedded.yml b/config/core.entity_view_mode.node.embedded.yml index d691a29..9876057 100644 --- a/config/core.entity_view_mode.node.embedded.yml +++ b/config/core.entity_view_mode.node.embedded.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.embedded label: Embedded +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.full.yml b/config/core.entity_view_mode.node.full.yml index d82e381..9d1b268 100644 --- a/config/core.entity_view_mode.node.full.yml +++ b/config/core.entity_view_mode.node.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk id: node.full label: 'Full content' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.indieweb_microformat.yml b/config/core.entity_view_mode.node.indieweb_microformat.yml index 1274a40..c2c1d5e 100644 --- a/config/core.entity_view_mode.node.indieweb_microformat.yml +++ b/config/core.entity_view_mode.node.indieweb_microformat.yml @@ -8,5 +8,6 @@ _core: default_config_hash: o4upP70gPTf5u6859CZ34eDu8Au-VsMU7XjBDiKiw2c id: node.indieweb_microformat label: Microformat +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.media.yml b/config/core.entity_view_mode.node.media.yml index 421341e..0e1465c 100644 --- a/config/core.entity_view_mode.node.media.yml +++ b/config/core.entity_view_mode.node.media.yml @@ -8,5 +8,6 @@ _core: default_config_hash: zCJHOoAhXJBG7URAzV10-MNcnU7eNX9VTz4LvWS625I id: node.media label: 'Media object' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.micro.yml b/config/core.entity_view_mode.node.micro.yml index 650a09d..df3fbda 100644 --- a/config/core.entity_view_mode.node.micro.yml +++ b/config/core.entity_view_mode.node.micro.yml @@ -8,5 +8,6 @@ _core: default_config_hash: REKLyEtFZOM1LgQ-KVSwvqkcwNlS7EvkWbdV12zinFw id: node.micro label: Micro +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.rss.yml b/config/core.entity_view_mode.node.rss.yml index a6727d4..1da10c6 100644 --- a/config/core.entity_view_mode.node.rss.yml +++ b/config/core.entity_view_mode.node.rss.yml @@ -8,5 +8,6 @@ _core: default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU id: node.rss label: RSS +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.rss_teaser.yml b/config/core.entity_view_mode.node.rss_teaser.yml index 5fb2c27..de5cbc8 100644 --- a/config/core.entity_view_mode.node.rss_teaser.yml +++ b/config/core.entity_view_mode.node.rss_teaser.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.rss_teaser label: 'RSS teaser' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.search_index.yml b/config/core.entity_view_mode.node.search_index.yml index cec9d5b..cf89f20 100644 --- a/config/core.entity_view_mode.node.search_index.yml +++ b/config/core.entity_view_mode.node.search_index.yml @@ -8,5 +8,6 @@ _core: default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY id: node.search_index label: 'Search index' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.search_result.yml b/config/core.entity_view_mode.node.search_result.yml index 1cb29dc..cdd94dd 100644 --- a/config/core.entity_view_mode.node.search_result.yml +++ b/config/core.entity_view_mode.node.search_result.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM id: node.search_result label: 'Search result highlighting input' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.simple_card.yml b/config/core.entity_view_mode.node.simple_card.yml index acd3b1b..02c4ce7 100644 --- a/config/core.entity_view_mode.node.simple_card.yml +++ b/config/core.entity_view_mode.node.simple_card.yml @@ -8,5 +8,6 @@ _core: default_config_hash: Crt6i6j8yM0YLdbxgS7BCzDtadVne43fhOy0WVkoB1o id: node.simple_card label: 'Simple card' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.small_card.yml b/config/core.entity_view_mode.node.small_card.yml index 4327b87..007076d 100644 --- a/config/core.entity_view_mode.node.small_card.yml +++ b/config/core.entity_view_mode.node.small_card.yml @@ -8,5 +8,6 @@ _core: default_config_hash: I68oVlHUQbsqRH-WCvFJRANAwaYqU1nl3ZHVstUkWkg id: node.small_card label: 'Small card' +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.teaser.yml b/config/core.entity_view_mode.node.teaser.yml index 12cc9a5..7f0932d 100644 --- a/config/core.entity_view_mode.node.teaser.yml +++ b/config/core.entity_view_mode.node.teaser.yml @@ -8,5 +8,6 @@ _core: default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 id: node.teaser label: Teaser +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.tile.yml b/config/core.entity_view_mode.node.tile.yml index a41c044..7bb8e1c 100644 --- a/config/core.entity_view_mode.node.tile.yml +++ b/config/core.entity_view_mode.node.tile.yml @@ -8,5 +8,6 @@ _core: default_config_hash: nfevs6UIIvKBEKDLqjESVCx8H-owjCTzCHcyb398q3w id: node.tile label: Tile +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.token.yml b/config/core.entity_view_mode.node.token.yml index f39d24d..e3a492f 100644 --- a/config/core.entity_view_mode.node.token.yml +++ b/config/core.entity_view_mode.node.token.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.token label: Token +description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.paragraph.columnar.yml b/config/core.entity_view_mode.paragraph.columnar.yml index 2cd283b..8cc7ddf 100644 --- a/config/core.entity_view_mode.paragraph.columnar.yml +++ b/config/core.entity_view_mode.paragraph.columnar.yml @@ -8,5 +8,6 @@ _core: default_config_hash: hFG3sm7kkwkMu9ruyw2Ys51J421IyluY9DhnSsT6tMM id: paragraph.columnar label: Columnar +description: '' targetEntityType: paragraph cache: true diff --git a/config/core.entity_view_mode.paragraph.preview.yml b/config/core.entity_view_mode.paragraph.preview.yml index 787d6e4..f65f8dc 100644 --- a/config/core.entity_view_mode.paragraph.preview.yml +++ b/config/core.entity_view_mode.paragraph.preview.yml @@ -8,5 +8,6 @@ _core: default_config_hash: fAWHL-ZbCR4HOdE03GYzQfiMYfEvVhTWNBHWcU_pa18 id: paragraph.preview label: Preview +description: '' targetEntityType: paragraph cache: true diff --git a/config/core.entity_view_mode.shortcut.token.yml b/config/core.entity_view_mode.shortcut.token.yml index cd55ade..3cb7a92 100644 --- a/config/core.entity_view_mode.shortcut.token.yml +++ b/config/core.entity_view_mode.shortcut.token.yml @@ -6,5 +6,6 @@ dependencies: - shortcut id: shortcut.token label: Token +description: '' targetEntityType: shortcut cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.full.yml b/config/core.entity_view_mode.taxonomy_term.full.yml index 36d1696..991f15c 100644 --- a/config/core.entity_view_mode.taxonomy_term.full.yml +++ b/config/core.entity_view_mode.taxonomy_term.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' id: taxonomy_term.full label: 'Taxonomy term page' +description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.token.yml b/config/core.entity_view_mode.taxonomy_term.token.yml index 3f6dd49..4d47ee5 100644 --- a/config/core.entity_view_mode.taxonomy_term.token.yml +++ b/config/core.entity_view_mode.taxonomy_term.token.yml @@ -6,5 +6,6 @@ dependencies: - taxonomy id: taxonomy_term.token label: Token +description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/core.entity_view_mode.tour.token.yml b/config/core.entity_view_mode.tour.token.yml index 7f9f4ce..8c953fc 100644 --- a/config/core.entity_view_mode.tour.token.yml +++ b/config/core.entity_view_mode.tour.token.yml @@ -6,5 +6,6 @@ dependencies: - tour id: tour.token label: Token +description: '' targetEntityType: tour cache: true diff --git a/config/core.entity_view_mode.user.compact.yml b/config/core.entity_view_mode.user.compact.yml index 087bb6b..fd7a02b 100644 --- a/config/core.entity_view_mode.user.compact.yml +++ b/config/core.entity_view_mode.user.compact.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g id: user.compact label: Compact +description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_mode.user.full.yml b/config/core.entity_view_mode.user.full.yml index 84cc3d0..d68b1a7 100644 --- a/config/core.entity_view_mode.user.full.yml +++ b/config/core.entity_view_mode.user.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM id: user.full label: 'User account' +description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_mode.user.token.yml b/config/core.entity_view_mode.user.token.yml index e7ace8e..35aef80 100644 --- a/config/core.entity_view_mode.user.token.yml +++ b/config/core.entity_view_mode.user.token.yml @@ -6,5 +6,6 @@ dependencies: - user id: user.token label: Token +description: '' targetEntityType: user cache: true diff --git a/config/ds.settings.yml b/config/ds.settings.yml index 0684699..62d1d28 100644 --- a/config/ds.settings.yml +++ b/config/ds.settings.yml @@ -2,9 +2,17 @@ _core: default_config_hash: xfB0qOeoAomOThclNNokdKTrVwXLcXz13SU3-4a5-FY disabled: false field_template: false -ft-default: default -ft-show-colon: false classes: region: { } field: { } use_field_names: true +ft_bc: true +exclude_layout_builder_blocks_on_block_field: false +ft_expert_prefix_suffix_textarea: false +ft_default: default +ft_show_colon: false +ft_layout_builder: null +exclude_ds_layout_layout_builder: false +layout_icon_image_bc: true +ft_default_bc: true +layout_suggestion_bc: true diff --git a/config/editor.editor.webform_default.yml b/config/editor.editor.webform_default.yml index 3b6c221..534c329 100644 --- a/config/editor.editor.webform_default.yml +++ b/config/editor.editor.webform_default.yml @@ -40,8 +40,10 @@ settings: - heading5 - heading6 ckeditor5_list: - reversed: true - startIndex: true + properties: + reversed: true + startIndex: true + multiBlock: true ckeditor5_sourceEditing: allowed_tags: { } image_upload: { } diff --git a/config/file.settings.yml b/config/file.settings.yml index 1ca5bd9..4481791 100644 --- a/config/file.settings.yml +++ b/config/file.settings.yml @@ -6,3 +6,10 @@ description: icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false +filename_sanitization: + transliterate: false + replace_whitespace: false + replace_non_alphanumeric: false + deduplicate_separators: false + lowercase: false + replacement_character: '-' diff --git a/config/filter.format.basic_html.yml b/config/filter.format.basic_html.yml index 0c3103d..001e4f9 100644 --- a/config/filter.format.basic_html.yml +++ b/config/filter.format.basic_html.yml @@ -10,6 +10,30 @@ name: 'Basic HTML' format: basic_html weight: 0 filters: + editor_file_reference: + id: editor_file_reference + provider: editor + status: true + weight: -47 + settings: { } + filter_align: + id: filter_align + provider: filter + status: true + weight: -50 + settings: { } + filter_autop: + id: filter_autop + provider: filter + status: true + weight: -45 + settings: { } + filter_caption: + id: filter_caption + provider: filter + status: true + weight: -49 + settings: { } filter_html: id: filter_html provider: filter @@ -19,17 +43,11 @@ filters: allowed_html: '