activated video filter and making it to work;

finded the way to call Drupal.behaviors after custom ajax : Drupal.attachBehaviors(context)
This commit is contained in:
Bachir Soussi Chiadmi
2018-03-14 10:53:10 +01:00
parent 5b725dbf53
commit 94dcce05c3
27 changed files with 1536 additions and 14 deletions
@@ -71,6 +71,7 @@ module:
text: 0
toolbar: 0
update: 0
url_to_video_filter: 0
user: 0
views: 0
views_bulk_edit: 0
@@ -5,6 +5,7 @@ dependencies:
module:
- editor
- edlp_corpus
- url_to_video_filter
name: wysiwyg
format: wysiwyg
weight: 0
@@ -19,13 +20,13 @@ filters:
id: filter_html_image_secure
provider: filter
status: true
weight: -47
weight: -48
settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: -48
weight: -45
settings:
filter_url_length: 72
filter_autop:
@@ -38,13 +39,13 @@ filters:
id: filter_htmlcorrector
provider: filter
status: true
weight: -46
weight: -47
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -44
weight: -43
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>'
filter_html_help: true
@@ -53,23 +54,33 @@ filters:
id: audio_links
provider: edlp_corpus
status: true
weight: -45
weight: -44
settings: { }
filter_align:
id: filter_align
provider: filter
status: false
weight: -42
weight: -41
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
weight: -41
weight: -40
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -43
weight: -42
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: true
weight: -46
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'