瀏覽代碼

forgot the drupal config with AudioLinksFilter

Bachir Soussi Chiadmi 6 年之前
父節點
當前提交
0dbee83a2b
共有 1 個文件被更改,包括 31 次插入6 次删除
  1. 31 6
      sites/default/config/sync/filter.format.wysiwyg.yml

+ 31 - 6
sites/default/config/sync/filter.format.wysiwyg.yml

@@ -4,6 +4,7 @@ status: true
 dependencies:
   module:
     - editor
+    - edlp_corpus
 name: wysiwyg
 format: wysiwyg
 weight: 0
@@ -12,39 +13,63 @@ filters:
     id: editor_file_reference
     provider: editor
     status: true
-    weight: 0
+    weight: -50
     settings: {  }
   filter_html_image_secure:
     id: filter_html_image_secure
     provider: filter
     status: true
-    weight: 9
+    weight: -47
     settings: {  }
   filter_url:
     id: filter_url
     provider: filter
     status: true
-    weight: 0
+    weight: -48
     settings:
       filter_url_length: 72
   filter_autop:
     id: filter_autop
     provider: filter
     status: true
-    weight: 0
+    weight: -49
     settings: {  }
   filter_htmlcorrector:
     id: filter_htmlcorrector
     provider: filter
     status: true
-    weight: 10
+    weight: -46
     settings: {  }
   filter_html:
     id: filter_html
     provider: filter
     status: false
-    weight: -10
+    weight: -44
     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
       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: {  }