simple text format for exergue
This commit is contained in:
parent
385ecc2a91
commit
46c3dff0e6
|
@ -17,12 +17,7 @@ settings:
|
||||||
- italic
|
- italic
|
||||||
- link
|
- link
|
||||||
plugins:
|
plugins:
|
||||||
ckeditor5_heading:
|
linkit_extension:
|
||||||
enabled_headings:
|
linkit_enabled: false
|
||||||
- heading2
|
|
||||||
- heading3
|
|
||||||
- heading4
|
|
||||||
- heading5
|
|
||||||
- heading6
|
|
||||||
image_upload:
|
image_upload:
|
||||||
status: false
|
status: false
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 3aa0f72f-3bc8-4331-9166-9115812e544b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- filter.format.simple
|
||||||
|
module:
|
||||||
|
- ckeditor5
|
||||||
|
format: simple
|
||||||
|
editor: ckeditor5
|
||||||
|
settings:
|
||||||
|
toolbar:
|
||||||
|
items:
|
||||||
|
- bold
|
||||||
|
- italic
|
||||||
|
plugins: { }
|
||||||
|
image_upload:
|
||||||
|
status: false
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.paragraph.field_texte_exergue
|
- field.storage.paragraph.field_texte_exergue
|
||||||
|
- filter.format.simple
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- paragraphs.paragraphs_type.exergue
|
- paragraphs.paragraphs_type.exergue
|
||||||
module:
|
module:
|
||||||
|
@ -20,5 +21,6 @@ default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
allowed_formats:
|
allowed_formats:
|
||||||
|
- simple
|
||||||
- wysiwyg
|
- wysiwyg
|
||||||
field_type: text_long
|
field_type: text_long
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
uuid: 2ec829f9-c16a-4c93-91e7-8bad5989f29d
|
uuid: 2ec829f9-c16a-4c93-91e7-8bad5989f29d
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies:
|
||||||
|
module:
|
||||||
|
- pathologic
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: SYAah-i4HbJnc3ZnKC9NmY4M0UAFYpfobYzxg0eMunM
|
default_config_hash: SYAah-i4HbJnc3ZnKC9NmY4M0UAFYpfobYzxg0eMunM
|
||||||
name: Footnote
|
name: Footnote
|
||||||
|
@ -17,3 +19,14 @@ filters:
|
||||||
allowed_html: '<br> <p> <strong> <em> <a href>'
|
allowed_html: '<br> <p> <strong> <em> <a href>'
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
|
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
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
uuid: 3abd1a86-a6e0-42e2-8157-dbfa511020ba
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- pathologic
|
||||||
|
name: simple
|
||||||
|
format: simple
|
||||||
|
weight: 0
|
||||||
|
filters:
|
||||||
|
filter_html:
|
||||||
|
id: filter_html
|
||||||
|
provider: filter
|
||||||
|
status: true
|
||||||
|
weight: -10
|
||||||
|
settings:
|
||||||
|
allowed_html: '<br> <p> <strong> <em>'
|
||||||
|
filter_html_help: true
|
||||||
|
filter_html_nofollow: false
|
||||||
|
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
|
|
@ -3,8 +3,12 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- filter.format.footnote
|
||||||
|
- filter.format.simple
|
||||||
|
- filter.format.wysiwyg
|
||||||
- rest.resource.rest_menu_item
|
- rest.resource.rest_menu_item
|
||||||
module:
|
module:
|
||||||
|
- filter
|
||||||
- media
|
- media
|
||||||
- rest
|
- rest
|
||||||
- system
|
- system
|
||||||
|
@ -17,4 +21,7 @@ is_admin: false
|
||||||
permissions:
|
permissions:
|
||||||
- 'access content'
|
- 'access content'
|
||||||
- 'restful get rest_menu_item'
|
- 'restful get rest_menu_item'
|
||||||
|
- 'use text format footnote'
|
||||||
|
- 'use text format simple'
|
||||||
|
- 'use text format wysiwyg'
|
||||||
- 'view media'
|
- 'view media'
|
||||||
|
|
|
@ -3,6 +3,8 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- filter.format.footnote
|
||||||
|
- filter.format.simple
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- node.type.etape
|
- node.type.etape
|
||||||
- node.type.gallerie_photo
|
- node.type.gallerie_photo
|
||||||
|
@ -47,6 +49,8 @@ permissions:
|
||||||
- 'revert etape revisions'
|
- 'revert etape revisions'
|
||||||
- 'revert gallerie_photo revisions'
|
- 'revert gallerie_photo revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
|
- 'use text format footnote'
|
||||||
|
- 'use text format simple'
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
- 'view etape revisions'
|
- 'view etape revisions'
|
||||||
- 'view gallerie_photo revisions'
|
- 'view gallerie_photo revisions'
|
||||||
|
|
Loading…
Reference in New Issue