-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrteConfig.json
More file actions
67 lines (67 loc) · 2.02 KB
/
rteConfig.json
File metadata and controls
67 lines (67 loc) · 2.02 KB
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
63
64
65
66
67
{
"iframeSettings": {
"enable": false
},
"inlineMode": {
"enable": false
},
"insertImageSettings": {
"saveFormat": "Base64"
},
"pasteCleanupSettings": {
"prompt": true
},
"fontFamily": {
"default": "Segoe UI"
},
"fontSize": {
"default": "10pt"
},
"toolbarSettings": {
"enable": true,
"items": [
"Undo", "Redo", "|",
"Bold", "Italic", "Underline", "StrikeThrough", "SuperScript", "SubScript", "|",
"FontName", "FontSize", "FontColor", "BackgroundColor", "|",
"LowerCase", "UpperCase", "|",
"Blockquote", "|",
"Outdent", "Indent", "|",
"OrderedList", "UnorderedList", "|",
"CreateLink", "Image", "CreateTable", "|",
"SourceCode", "EmojiPicker", "Print", "FullScreen"
]
},
"quickToolbarSettings": {
"actionOn": ["Selection", "Link", "Image", "Table"],
"link": ["Open", "Edit", "UnLink"],
"audio": ["AudioReplace", "AudioRemove", "AudioLayoutOption"],
"video": ["VideoReplace", "VideoAlign", "VideoRemove", "VideoLayoutOption", "VideoDimension"],
"image": ["Replace", "Align", "Caption", "Remove", "InsertLink"],
"table": ["TableHeader", "TableRows", "TableColumns", "BackgroundColor", "-", "TableRemove", "Alignments", "TableCellVerticalAlign", "Styles"]
},
"numberFormatList": {
"types": [
{ "text": "None", "value": "none" },
{ "text": "Number", "value": "decimal" },
{ "text": "Lower Greek", "value": "lowerGreek" },
{ "text": "Lower Roman", "value": "lowerRoman" },
{ "text": "Upper Alpha", "value": "upperAlpha" },
{ "text": "Lower Alpha", "value": "lowerAlpha" },
{ "text": "Upper Roman", "value": "upperRoman" }
]
},
"bulletFormatList":{
"types": [
{ "text": "None", "value": "none" },
{ "text": "Disc", "value": "disc" },
{ "text": "Circle", "value": "circle" },
{ "text": "Square", "value": "square" }
]
},
"tableSettings": {
"width": "100%",
"resize": true,
"minWidth": "100px",
"maxWidth": "100%"
}
}