forgot the drupal config with AudioLinksFilter

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-09 12:48:42 +01:00
parent 6effeb913f
commit 0dbee83a2b
@@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
module: module:
- editor - editor
- edlp_corpus
name: wysiwyg name: wysiwyg
format: wysiwyg format: wysiwyg
weight: 0 weight: 0
@@ -12,39 +13,63 @@ filters:
id: editor_file_reference id: editor_file_reference
provider: editor provider: editor
status: true status: true
weight: 0 weight: -50
settings: { } settings: { }
filter_html_image_secure: filter_html_image_secure:
id: filter_html_image_secure id: filter_html_image_secure
provider: filter provider: filter
status: true status: true
weight: 9 weight: -47
settings: { } settings: { }
filter_url: filter_url:
id: filter_url id: filter_url
provider: filter provider: filter
status: true status: true
weight: 0 weight: -48
settings: settings:
filter_url_length: 72 filter_url_length: 72
filter_autop: filter_autop:
id: filter_autop id: filter_autop
provider: filter provider: filter
status: true status: true
weight: 0 weight: -49
settings: { } settings: { }
filter_htmlcorrector: filter_htmlcorrector:
id: filter_htmlcorrector id: filter_htmlcorrector
provider: filter provider: filter
status: true status: true
weight: 10 weight: -46
settings: { } settings: { }
filter_html: filter_html:
id: filter_html id: filter_html
provider: filter provider: filter
status: false status: false
weight: -10 weight: -44
settings: settings:
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title> <img src alt data-entity-type data-entity-uuid>' allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title> <img src alt data-entity-type data-entity-uuid>'
filter_html_help: true filter_html_help: true
filter_html_nofollow: false filter_html_nofollow: false
audio_links:
id: audio_links
provider: edlp_corpus
status: true
weight: -45
settings: { }
filter_align:
id: filter_align
provider: filter
status: false
weight: -42
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
weight: -41
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -43
settings: { }