UNPKG
drapcode-builder
Version:
latest (0.1.19)
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
Drapcode Builder Library
drapcode.com
drapcode-builder
/
src
/
rich_text_editor
/
config
/
config.js
11 lines
(8 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
{
stylePrefix
:
'rte-'
,
// If true, moves the toolbar below the element when the top canvas
// edge is reached
adjustToolbar
:
1
,
// Default RTE actions
actions
: [
'bold'
,
'italic'
,
'underline'
,
'strikethrough'
,
'link'
] };