Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jun 7, 2022
1 parent 297bf58 commit 204db92
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,44 @@ Use the following keystrokes for more efficient navigation in the CKEditor 5 use

## For Developers

### Example Extra Options

## Beispiel Extra Oprtionen

```json
{
"removePlugins": ["Autoformat"],
"heading": {
"options": [{
"model": "paragraph",
"title": "Paragraph",
"class": "ck-heading_paragraph"
},
{
"model": "paragrap1tl",
"view": {
"name": "span",
"classes": "uk-text-large"

},
"title": "Fließtext groß",
"class": "ck-heading_paragraph"
},
{
"model": "heading1",
"view": {
"name": "h1",
"classes": "uk-animation-fade uk-heading-large"
},
"title": "Überschrift 1 sehr groß",
"class": "ck-heading_heading1"
},

]
}
}
```

### Example for a custom link decorator

*Attention, keys should be lowercase*
Expand Down

0 comments on commit 204db92

Please sign in to comment.