Add markdown button to CKEditor menu bars
This commit is contained in:
parent
0419c65dc0
commit
e3f42b0977
4 changed files with 20 additions and 5 deletions
|
@ -17,6 +17,7 @@ settings:
|
|||
-
|
||||
name: Formatting
|
||||
items:
|
||||
- Markdown
|
||||
- Bold
|
||||
- Italic
|
||||
- Strike
|
||||
|
@ -51,6 +52,8 @@ settings:
|
|||
- ShowBlocks
|
||||
- Source
|
||||
plugins:
|
||||
language:
|
||||
language_list: un
|
||||
stylescombo:
|
||||
styles: ''
|
||||
image_upload:
|
||||
|
@ -59,5 +62,5 @@ image_upload:
|
|||
directory: inline-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue