-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.yml
200 lines (174 loc) · 5.28 KB
/
package.yml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
package: redactor
version: '2.5.2'
author: Friends Of REDAXO
supportpage: github.com/FriendsOfREDAXO/redactor
compile: 0
vendor_versions:
redactor: '3.5.2'
conflicts:
packages:
redactor2: '<5'
requires:
redaxo: '^5.9'
php:
version: '>=7.3'
page:
title: 'translate:title'
perm: admin[]
pjax: true
subpages:
profile:
title: 'translate:profiles'
help:
title: 'translate:help'
icon: rex-icon fa-info-circle
itemClass: 'pull-right'
subPath: 'README.md'
clear_cache:
title: 'translate:clear_cache'
itemClass: 'pull-right'
linkClass: 'btn btn-delete'
href:
page: redactor/profile
func: clear_cache
editor:
options:
# Autoparse
autoparse: true
autoparseStart: true
autoparsePaste: true
autoparseLinks: true
autoparseImages: true
autoparseVideo: true
# Button
buttonsTextLabeled: false
# Clean
cleanOnEnter: true
cleanInlineOnEnter: false
removeScript: true
removeNewLines: false
removeComments: true
replaceTags: {'b': 'strong', 'i': 'em', 'strike': 'del'}
options_unsupported:
# Autosave
autosave: false
autosaveName: false
autosaveData: false
# Button
buttons: ['html', 'format', 'bold', 'italic', 'deleted', 'lists', 'image', 'file', 'link']
buttonsAdd: []
buttonsAddFirst: false # Object Boolean
buttonsAddAfter: false # Object Boolean
buttonsAddBefore: false # Object Boolean
buttonsHide: []
buttonsHideOnMobile: []
activeButtons: {b: 'bold', strong: 'bold', i: 'italic', em: 'italic', del: 'deleted', strike: 'deleted'}
activeButtonsAdd: {}
# Click-To-Edit
clickToEdit: false
clickToSave: false
clickToCancel: false
# File
fileUpload: false
fileUploadParam: 'file'
fileData: false
fileAttachment: false
# Focus
focus: false
focusEnd: false
# Formatting
breakline: false
markup: 'p'
enterKey: true
formatting: ['p', 'blockquote', 'pre', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
formattingAdd: false # Object Boolean
formattingHide: false # Array Boolean
# Height and Width
minHeight: false
maxHeight: false
maxWidth: false
# Image
imageUpload: false # Boolean String Function
imageUploadParam: 'file'
imageData: false # Object Boolean
imageFigure: false
imageEditable: true
imageLink: true
imageCaption: true
imagePosition: false # Boolean Object
imageFloatMargin: '10px'
imageResizable: false
imageObserve: true
# Link
linkNewTab: false
linkTarget: false # Boolean String
linkTitle: false
linkNofollow: false
linkSize: 30 # Number
linkValidation: true
# Misc
animation: true
lang: 'de'
direction: 'ltr'
spellcheck: true
structure: false
scrollTarget: false
placeholder: false # Boolean String
inline: false
plugins: []
callbacks: {}
grammarly: true
notranslate: false
# Paste
pastePlainText: false
pasteLinkTarget: false # Boolean String
pasteImages: true
pasteLinks: true
pasteClean: true
pasteKeepStyle: []
pasteKeepClass: []
pasteKeepAttrs: ['td', 'th']
pasteBlockTags: ['pre', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'table', 'tbody', 'thead', 'tfoot', 'th', 'tr', 'td', 'ul', 'ol', 'li', 'blockquote', 'p', 'figure', 'figcaption']
pasteInlineTags: ['a', 'img', 'br', 'strong', 'ins', 'code', 'del', 'span', 'samp', 'kbd', 'sup', 'sub', 'mark', 'var', 'cite', 'small', 'b', 'u', 'em', 'i']
# Pre
preClass: false # String Boolean
preSpaces: 4 # Number Boolean
# Shortcodes
shortcodes: # Boolean Object
'p.': { format: 'p' }
'quote.': { format: 'blockquote' }
'pre.': { format: 'pre' }
'h1.': { format: 'h1' }
'h2.': { format: 'h2' }
'h3.': { format: 'h3' }
'h4.': { format: 'h4' }
'h5.': { format: 'h5' }
'h6.': { format: 'h6' }
#'1.': { format: 'ol' }
'*.': { format: 'ul' }
# shortcuts
shortcuts: {} # Boolean Object
shortcutsAdd: false # Boolean Object
# Source
source: true # Boolean Object
showSource: false
# Styles
styles: true
stylesClass: 'redactor-styles'
# Tab
tabindex: false # Boolean Number
tabAsSpaces: false # Boolean Number
tabKey: true
# Toolbar
air: false
toolbar: true
toolbarFixed: true
toolbarFixedTarget: 'document' # Node String
toolbarFixedTopOffset: 0 # Number
toolbarExternal: false
toolbarContext: true
# Upload
dragUpload: true
multipleUpload: true
clipboardUpload: true
uploadData: false