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