Files
old-saburly-wagtail-web/saburly/custom_editor.py
2024-09-11 23:05:33 +02:00

9 lines
308 B
Python

FULL_EDITOR = [
'bold', 'italic', 'h2', 'h3', 'h4',
'ol', 'ul',
'hr',
'embed', 'link', 'image',
'black', 'saburly-blue',
'left', 'center', 'right'
]