forked from aeberhard/redactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profil-full.txt
62 lines (58 loc) · 1.79 KB
/
profil-full.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
buttonsCustom: {
rex_image: {
title: 'Bild einfügen',
callback: rex_redactor_image
},
rex_media: {
title: 'Dateilink',
callback: rex_redactor_media,
dropdown: {
rex_media_ins: {
title: 'Dateilink einfügen ...',
callback: rex_redactor_media_ins
},
rex_media_del: {
title: 'Dateilink entfernen',
callback: rex_redactor_media_del
}
}
},
rex_link: {
title: 'Interner Link',
callback: rex_redactor_link,
dropdown: {
rex_link_ins: {
title: 'Internen Link einfügen ...',
callback: rex_redactor_link_ins
},
rex_link_del: {
title: 'Internen Link entfernen',
callback: rex_redactor_link_del
}
}
}
},
buttons: [
'formatting', '|',
'bold', 'italic', 'deleted', '|',
'unorderedlist', 'orderedlist', 'outdent', 'indent', '|',
'fontcolor', 'backcolor', '|',
'alignment', '|',
'rex_link', 'link', 'rex_image', 'video', 'rex_media', '|',
'table', '|', 'horizontalrule', '|',
'html'
],
focus: false,
autoresize: false,
cleanup: true,
convertLinks: false,
fixedBox: true,
wym: false,
colors: [
'#ffffff', '#000000', '#eeece1', '#1f497d', '#4f81bd', '#c0504d', '#9bbb59', '#8064a2', '#4bacc6', '#f79646', '#ffff00',
'#f2f2f2', '#7f7f7f', '#ddd9c3', '#c6d9f0', '#dbe5f1', '#f2dcdb', '#ebf1dd', '#e5e0ec', '#dbeef3', '#fdeada', '#fff2ca',
'#d8d8d8', '#595959', '#c4bd97', '#8db3e2', '#b8cce4', '#e5b9b7', '#d7e3bc', '#ccc1d9', '#b7dde8', '#fbd5b5', '#ffe694',
'#bfbfbf', '#3f3f3f', '#938953', '#548dd4', '#95b3d7', '#d99694', '#c3d69b', '#b2a2c7', '#b7dde8', '#fac08f', '#f2c314',
'#a5a5a5', '#262626', '#494429', '#17365d', '#366092', '#953734', '#76923c', '#5f497a', '#92cddc', '#e36c09', '#c09100',
'#7f7f7f', '#0c0c0c', '#1d1b10', '#0f243e', '#244061', '#632423', '#4f6128', '#3f3151', '#31859b', '#974806', '#7f6000'
],