9 lines
226 B
YAML
9 lines
226 B
YAML
# Minimal configuration for the editor
|
|
editor:
|
|
config:
|
|
toolbar:
|
|
items:
|
|
- bold
|
|
- italic
|
|
- { label: 'Additional', icon: 'threeVerticalDots', items: [ 'specialCharacters', 'horizontalLine' ] }
|