more features on wysiwyg
This commit is contained in:
@@ -14,8 +14,21 @@ settings:
|
|||||||
toolbar:
|
toolbar:
|
||||||
items:
|
items:
|
||||||
- heading
|
- heading
|
||||||
|
- underline
|
||||||
- bold
|
- bold
|
||||||
- italic
|
- italic
|
||||||
|
- strikethrough
|
||||||
|
- '|'
|
||||||
|
- subscript
|
||||||
|
- superscript
|
||||||
|
- '|'
|
||||||
|
- bulletedList
|
||||||
|
- numberedList
|
||||||
|
- '|'
|
||||||
|
- link
|
||||||
|
- '|'
|
||||||
|
- showBlocks
|
||||||
|
- sourceEditing
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
ckeditor5_heading:
|
||||||
enabled_headings:
|
enabled_headings:
|
||||||
@@ -24,5 +37,14 @@ settings:
|
|||||||
- heading4
|
- heading4
|
||||||
- heading5
|
- heading5
|
||||||
- heading6
|
- heading6
|
||||||
|
ckeditor5_list:
|
||||||
|
properties:
|
||||||
|
reversed: true
|
||||||
|
startIndex: true
|
||||||
|
multiBlock: false
|
||||||
|
ckeditor5_sourceEditing:
|
||||||
|
allowed_tags: { }
|
||||||
|
linkit_extension:
|
||||||
|
linkit_enabled: false
|
||||||
image_upload:
|
image_upload:
|
||||||
status: false
|
status: false
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
- linkit
|
||||||
|
- pathologic
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
||||||
name: wysiwyg
|
name: wysiwyg
|
||||||
@@ -40,7 +42,7 @@ filters:
|
|||||||
status: false
|
status: false
|
||||||
weight: -43
|
weight: -43
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
|
allowed_html: ''
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_html_escape:
|
filter_html_escape:
|
||||||
@@ -61,6 +63,17 @@ filters:
|
|||||||
status: true
|
status: true
|
||||||
weight: -47
|
weight: -47
|
||||||
settings: { }
|
settings: { }
|
||||||
|
filter_pathologic:
|
||||||
|
id: filter_pathologic
|
||||||
|
provider: pathologic
|
||||||
|
status: false
|
||||||
|
weight: 50
|
||||||
|
settings:
|
||||||
|
settings_source: global
|
||||||
|
local_settings:
|
||||||
|
protocol_style: full
|
||||||
|
local_paths: ''
|
||||||
|
keep_language_prefix: true
|
||||||
filter_url:
|
filter_url:
|
||||||
id: filter_url
|
id: filter_url
|
||||||
provider: filter
|
provider: filter
|
||||||
@@ -68,3 +81,10 @@ filters:
|
|||||||
weight: -45
|
weight: -45
|
||||||
settings:
|
settings:
|
||||||
filter_url_length: 72
|
filter_url_length: 72
|
||||||
|
linkit:
|
||||||
|
id: linkit
|
||||||
|
provider: linkit
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
title: true
|
||||||
|
|||||||
Reference in New Issue
Block a user