Benjamin Melançon
40735b8b8b
Was considering doing this anyway because switching between the Markdown WYSIWYG and regular CKEditor could really screw up formatting, but after the upgrade of the Markdown module (which provides the underlying Markdown capability that CKEditor Markdown uses, apparently) it absolutely destroyed every port of content that was using the Basic HTML input format, in the way described way back in this old comment on the upgrade issue, https://www.drupal.org/project/markdown/issues/3103679#comment-14289153 Anyway this configuration change fixed the major problem of the text being output with no HTML formatting whatsoever. Ref #227
62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
uuid: 3c712744-1e92-4192-b577-117e3e23079b
|
|
langcode: en
|
|
status: true
|
|
dependencies:
|
|
config:
|
|
- filter.format.basic_html
|
|
module:
|
|
- ckeditor
|
|
_core:
|
|
default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
|
|
format: basic_html
|
|
editor: ckeditor
|
|
settings:
|
|
toolbar:
|
|
rows:
|
|
-
|
|
-
|
|
name: Formatting
|
|
items:
|
|
- Bold
|
|
- Italic
|
|
-
|
|
name: Linking
|
|
items:
|
|
- DrupalLink
|
|
- DrupalUnlink
|
|
-
|
|
name: Lists
|
|
items:
|
|
- BulletedList
|
|
- NumberedList
|
|
-
|
|
name: Media
|
|
items:
|
|
- Blockquote
|
|
- DrupalImage
|
|
-
|
|
name: 'Block Formatting'
|
|
items:
|
|
- Format
|
|
- Styles
|
|
-
|
|
name: Tools
|
|
items:
|
|
- Source
|
|
- ShowBlocks
|
|
- Maximize
|
|
plugins:
|
|
language:
|
|
language_list: un
|
|
stylescombo:
|
|
styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle\r\n"
|
|
linebreaks:
|
|
method: force
|
|
image_upload:
|
|
status: true
|
|
scheme: public
|
|
directory: inline-images
|
|
max_size: ''
|
|
max_dimensions:
|
|
width: null
|
|
height: null
|