chore: export new markdown config
This commit is contained in:
parent
4ab1078da5
commit
35d3bae3a3
|
@ -12,10 +12,17 @@ filters:
|
||||||
filter_url:
|
filter_url:
|
||||||
id: filter_url
|
id: filter_url
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -49
|
weight: -49
|
||||||
settings:
|
settings:
|
||||||
filter_url_length: 72
|
filter_url_length: 72
|
||||||
|
markdown:
|
||||||
|
id: markdown
|
||||||
|
provider: markdown
|
||||||
|
status: true
|
||||||
|
weight: -50
|
||||||
|
settings:
|
||||||
|
markdown_library: php-markdown
|
||||||
filter_html_image_secure:
|
filter_html_image_secure:
|
||||||
id: filter_html_image_secure
|
id: filter_html_image_secure
|
||||||
provider: filter
|
provider: filter
|
||||||
|
@ -37,7 +44,7 @@ filters:
|
||||||
filter_htmlcorrector:
|
filter_htmlcorrector:
|
||||||
id: filter_htmlcorrector
|
id: filter_htmlcorrector
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: true
|
||||||
weight: -42
|
weight: -42
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_align:
|
filter_align:
|
||||||
|
@ -70,22 +77,3 @@ filters:
|
||||||
default_view_mode: default
|
default_view_mode: default
|
||||||
allowed_media_types: { }
|
allowed_media_types: { }
|
||||||
allowed_view_modes: { }
|
allowed_view_modes: { }
|
||||||
markdown:
|
|
||||||
id: markdown
|
|
||||||
provider: markdown
|
|
||||||
status: true
|
|
||||||
weight: -15
|
|
||||||
settings:
|
|
||||||
override: false
|
|
||||||
id: php-markdown-extra
|
|
||||||
enabled: true
|
|
||||||
render_strategy:
|
|
||||||
type: filter_output
|
|
||||||
custom_allowed_html: ''
|
|
||||||
plugins:
|
|
||||||
filter_align: false
|
|
||||||
filter_caption: false
|
|
||||||
media_embed: false
|
|
||||||
php-markdown: true
|
|
||||||
php-markdown-extra: true
|
|
||||||
filterFormat: full_html
|
|
||||||
|
|
11
config/markdown.parser.php-markdown-extra.yml
Normal file
11
config/markdown.parser.php-markdown-extra.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- markdown
|
||||||
|
id: php-markdown-extra
|
||||||
|
weight: 30
|
||||||
|
enabled: true
|
||||||
|
render_strategy:
|
||||||
|
type: filter_output
|
||||||
|
custom_allowed_html: null
|
||||||
|
plugins: { }
|
||||||
|
settings: { }
|
11
config/markdown.parser.php-markdown.yml
Normal file
11
config/markdown.parser.php-markdown.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- markdown
|
||||||
|
id: php-markdown
|
||||||
|
weight: 31
|
||||||
|
enabled: true
|
||||||
|
render_strategy:
|
||||||
|
type: filter_output
|
||||||
|
custom_allowed_html: null
|
||||||
|
plugins: { }
|
||||||
|
settings: { }
|
Loading…
Reference in a new issue