more features on wysiwyg
This commit is contained in:
@@ -14,8 +14,21 @@ settings:
|
||||
toolbar:
|
||||
items:
|
||||
- heading
|
||||
- underline
|
||||
- bold
|
||||
- italic
|
||||
- strikethrough
|
||||
- '|'
|
||||
- subscript
|
||||
- superscript
|
||||
- '|'
|
||||
- bulletedList
|
||||
- numberedList
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- showBlocks
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
@@ -24,5 +37,14 @@ settings:
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
multiBlock: false
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: false
|
||||
image_upload:
|
||||
status: false
|
||||
|
||||
@@ -4,6 +4,8 @@ status: true
|
||||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- linkit
|
||||
- pathologic
|
||||
_core:
|
||||
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
||||
name: wysiwyg
|
||||
@@ -40,7 +42,7 @@ filters:
|
||||
status: false
|
||||
weight: -43
|
||||
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_nofollow: false
|
||||
filter_html_escape:
|
||||
@@ -61,6 +63,17 @@ filters:
|
||||
status: true
|
||||
weight: -47
|
||||
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:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
@@ -68,3 +81,10 @@ filters:
|
||||
weight: -45
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
linkit:
|
||||
id: linkit
|
||||
provider: linkit
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
title: true
|
||||
|
||||
Reference in New Issue
Block a user