drush pmu url_to_video_filter
This commit is contained in:
parent
883187472d
commit
8ecf59b87d
|
@ -213,7 +213,6 @@ module:
|
||||||
typed_data: 0
|
typed_data: 0
|
||||||
ultimate_cron: 0
|
ultimate_cron: 0
|
||||||
unique_content_field_validation: 0
|
unique_content_field_validation: 0
|
||||||
url_to_video_filter: 0
|
|
||||||
user: 0
|
user: 0
|
||||||
user_csv_import: 0
|
user_csv_import: 0
|
||||||
user_email_verification: 0
|
user_email_verification: 0
|
||||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- linkit
|
- linkit
|
||||||
- url_to_video_filter
|
|
||||||
name: 'full html'
|
name: 'full html'
|
||||||
format: full_html
|
format: full_html
|
||||||
weight: -9
|
weight: -9
|
||||||
|
@ -22,16 +21,6 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: 9
|
weight: 9
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_url_to_video:
|
|
||||||
id: filter_url_to_video
|
|
||||||
provider: url_to_video_filter
|
|
||||||
status: false
|
|
||||||
weight: 0
|
|
||||||
settings:
|
|
||||||
youtube: '1'
|
|
||||||
youtube_webp_preview: '0'
|
|
||||||
vimeo: '1'
|
|
||||||
autoload: '0'
|
|
||||||
editor_file_reference:
|
editor_file_reference:
|
||||||
id: editor_file_reference
|
id: editor_file_reference
|
||||||
provider: editor
|
provider: editor
|
||||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- linkit
|
- linkit
|
||||||
- url_to_video_filter
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
|
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
|
||||||
name: wysiwyg
|
name: wysiwyg
|
||||||
|
@ -70,16 +69,6 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -42
|
weight: -42
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_url_to_video:
|
|
||||||
id: filter_url_to_video
|
|
||||||
provider: url_to_video_filter
|
|
||||||
status: false
|
|
||||||
weight: -46
|
|
||||||
settings:
|
|
||||||
youtube: '1'
|
|
||||||
youtube_webp_preview: '0'
|
|
||||||
vimeo: '1'
|
|
||||||
autoload: '0'
|
|
||||||
linkit:
|
linkit:
|
||||||
id: linkit
|
id: linkit
|
||||||
provider: linkit
|
provider: linkit
|
||||||
|
|
Loading…
Reference in New Issue