'
+ allowed_html: '
-
-
- '
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml
index ae100f4..c89dab8 100644
--- a/config/sync/filter.format.plain_text.yml
+++ b/config/sync/filter.format.plain_text.yml
@@ -14,6 +14,10 @@ filters:
status: true
weight: 0
settings: { }
+ filter_footnotes:
+ settings:
+ footnotes_footer_disable: false
+ footnotes_dialog: false
filter_html_escape:
id: filter_html_escape
provider: filter
diff --git a/config/sync/filter.format.restricted_html.yml b/config/sync/filter.format.restricted_html.yml
index 7407a98..285ee25 100644
--- a/config/sync/filter.format.restricted_html.yml
+++ b/config/sync/filter.format.restricted_html.yml
@@ -14,6 +14,10 @@ filters:
status: true
weight: 0
settings: { }
+ filter_footnotes:
+ settings:
+ footnotes_footer_disable: false
+ footnotes_dialog: false
filter_html:
id: filter_html
provider: filter
diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml
index 2e25be3..6df5c96 100644
--- a/config/sync/user.role.contributor.yml
+++ b/config/sync/user.role.contributor.yml
@@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
+ - filter.format.footnote
- filter.format.full_html
- media.type.image
- node.type.article
@@ -46,6 +47,7 @@ permissions:
- 'edit terms in tags'
- 'skip comment approval'
- 'update media'
+ - 'use text format footnote'
- 'use text format full_html'
- 'view the administration theme'
- 'view visitors counter'
diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml
index 3e6e660..2dd91e5 100644
--- a/config/sync/user.role.editor.yml
+++ b/config/sync/user.role.editor.yml
@@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
+ - filter.format.footnote
- filter.format.full_html
module:
- comment
@@ -52,6 +53,7 @@ permissions:
- 'delete own files'
- 'revert all revisions'
- 'skip comment approval'
+ - 'use text format footnote'
- 'use text format full_html'
- 'view all revisions'
- 'view own unpublished content'
diff --git a/config/sync/user.role.invited_blogger.yml b/config/sync/user.role.invited_blogger.yml
index 5b48fed..b3f73b4 100644
--- a/config/sync/user.role.invited_blogger.yml
+++ b/config/sync/user.role.invited_blogger.yml
@@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
+ - filter.format.footnote
- filter.format.full_html
- node.type.blog
module:
@@ -36,6 +37,7 @@ permissions:
- 'edit own comments'
- 'post comments'
- 'skip comment approval'
+ - 'use text format footnote'
- 'use text format full_html'
- 'view own unpublished content'
- 'view the administration theme'
diff --git a/config/sync/user.role.manager.yml b/config/sync/user.role.manager.yml
index 0c615e1..da56712 100644
--- a/config/sync/user.role.manager.yml
+++ b/config/sync/user.role.manager.yml
@@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
+ - filter.format.footnote
- filter.format.full_html
module:
- block
@@ -82,6 +83,7 @@ permissions:
- 'edit gdpr_checklist checklistapi checklist'
- 'revert all revisions'
- 'skip comment approval'
+ - 'use text format footnote'
- 'use text format full_html'
- 'view all revisions'
- 'view own unpublished content'