forked from yaronkoren/TinyMCE-old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
207 lines (207 loc) · 7.01 KB
/
extension.json
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
201
202
203
204
205
206
207
{
"name": "TinyMCE",
"version": "1.1.2",
"author": [
"Ephox",
"Hallo Welt",
"Duncan Crane",
"Yaron Koren"
],
"url": "https://www.mediawiki.org/wiki/Extension:TinyMCE",
"descriptionmsg": "tinymce-desc",
"license-name": "GPL-2.0+",
"type": "editor",
"callback": "TinyMCEHooks::registerExtension",
"requires": {
"MediaWiki": ">= 1.31.0"
},
"MessagesDirs": {
"TinyMCE": [
"i18n"
]
},
"ExtensionMessagesFiles": {
"TinyMCEMagic": "TinyMCE.i18n.magic.php",
"TinyMCEAlias": "TinyMCE.i18n.alias.php"
},
"AutoloadClasses": {
"TinyMCEHooks": "TinyMCE.hooks.php",
"TinyMCEAction": "TinyMCEAction.php"
},
"ResourceModules": {
"ext.tinymce": {
"scripts": "MW_tinymce.js",
"styles": "MW_tinymce.css",
"dependencies": [
"ext.tinymce.core"
],
"messages": [
"tinymce-editcomment",
"tinymce-editreference",
"tinymce-upload",
"tinymce-upload-title",
"tinymce-upload-title-general",
"tinymce-upload-title-image",
"tinymce-upload-type-label",
"tinymce-upload-type-label-file",
"tinymce-upload-type-label-url",
"tinymce-upload-type-label-wiki",
"tinymce-upload-type-tooltip",
"tinymce-upload-source-label",
"tinymce-upload-source-tooltip",
"tinymce-upload-destination-label",
"tinymce-upload-destination-tooltip",
"tinymce-upload-title-label",
"tinymce-upload-title-tooltip",
"tinymce-upload-summary-label",
"tinymce-upload-summary-tooltip",
"tinymce-upload-link-label",
"tinymce-upload-link-tooltip",
"tinymce-upload-alttext-label",
"tinymce-upload-alttext-tooltip",
"tinymce-upload-dimensions-label",
"tinymce-upload-dimensions-tooltip",
"tinymce-upload-dimensions-constrain-text",
"tinymce-upload-dimensions-width-label",
"tinymce-upload-dimensions-height-label",
"tinymce-upload-vertalign-label",
"tinymce-upload-vertalign-tooltip",
"tinymce-upload-vertalign-middle-text",
"tinymce-upload-vertalign-top-text",
"tinymce-upload-vertalign-bottom-text",
"tinymce-upload-vertalign-baseline-text",
"tinymce-upload-vertalign-sub-text",
"tinymce-upload-vertalign-super-text",
"tinymce-upload-vertalign-texttop-text",
"tinymce-upload-vertalign-textbottom-text",
"tinymce-upload-horizontalalign-label",
"tinymce-upload-horizontalalign-tooltip",
"tinymce-upload-horizontalalign-left-text",
"tinymce-upload-horizontalalign-centre-text",
"tinymce-upload-horizontalalign-right-text",
"tinymce-upload-horizontalalign-none-text",
"tinymce-upload-format-label",
"tinymce-upload-format-tooltip",
"tinymce-upload-format-thumb-text",
"tinymce-upload-format-border-text",
"tinymce-upload-format-frame-text",
"tinymce-upload-format-frameless-text",
"tinymce-upload-format-none-text",
"tinymce-upload-button-label-overwrite",
"tinymce-upload-button-label-use",
"tinymce-upload-button-label-rename",
"tinymce-upload-alert-uploads-not-enabled",
"tinymce-upload-alert-uploads-not-allowed",
"tinymce-upload-alert-error-uploading-to-wiki",
"tinymce-upload-alert-file-type-not-allowed",
"tinymce-upload-alert-unknown-error-uploading",
"tinymce-upload-alert-error-uploading",
"tinymce-upload-alert-warnings-encountered",
"tinymce-upload-alert-destination-filename-not-allowed",
"tinymce-upload-alert-destination-filename-already-exists",
"tinymce-upload-alert-duplicate-file",
"tinymce-upload-alert-other-warning",
"tinymce-upload-alert-correct-and-try-again",
"tinymce-upload-alert-destination-filename-needed",
"tinymce-upload-alert-source-or-destination-undefined",
"tinymce-upload-alert-file-source-empty",
"tinymce-upload-confirm-file-name-already-exists",
"tinymce-upload-confirm-file-already-exists",
"tinymce-upload-confirm-file-is-duplicate",
"tinymce-upload-confirm-file-not-on-wiki",
"tinymce-upload-confirm-ignore-warnings",
"tinymce-upload-menu-item-text",
"tinymce-wikicode-alert-image-not-found-on-wiki",
"tinymce-wikicode-alert-image-request-invalid",
"tinymce-wikicode-alert-image-request-unknown-error",
"tinymce-wikicode-alert-infinte-loop",
"tinymce-wikicode-alert-mw-parser-fail",
"tinymce-wikicode-non-rendering-single-linebreak",
"tinymce-openlink",
"tinymce-wikimagic",
"tinymce-wikimagic-title",
"tinymce-browsercontextmenu",
"tinymce-browsercontextmenu-title",
"tinymce-wikisourcecode",
"tinymce-wikisourcecode-title",
"tinymce-link-title",
"tinymce-link-title-label",
"tinymce-link-url-page-label",
"tinymce-link-display-text-label",
"tinymce-link-link-trail-label",
"tinymce-link-link-list-label",
"tinymce-link-link-list-none",
"tinymce-link-target-none",
"tinymce-link-target-new-window",
"tinymce-link-target-label",
"tinymce-link-rel-label",
"tinymce-link-type-external",
"tinymce-link-type-internal",
"tinymce-link-type-label",
"tinymce-link-page-not-found",
"tinymce-link-want-to-link-email",
"tinymce-link-want-to-link-external",
"tinymce-link-link-button-tooltip",
"tinymce-link-link-remove-button-tooltip",
"tinymce-link-open-link",
"tinymce-link-context-menu",
"tinymce-link",
"tinymce-insert-linebreak",
"tinymce-toggle-button-toggle-wiki-placeholders",
"tinymce-nonbreaking-insertNonBreakingSpace",
"tinymce-reference-insertReference",
"tinymce-empty-reference",
"tinymce-reference-enterReferenceContent",
"tinymce-reference-alert-not-allowed",
"tinymce-pre-alert-only-plain-text",
"tinymce-yes",
"tinymce-no",
"tinymce-ok",
"tinymce-cancel"
]
},
"ext.tinymce.core": {
"scripts": "tinymce/tinymce.js"
},
"ext.tinymce.browser": {
"scripts": "jquery.browser.js"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "TinyMCE"
},
"Hooks": {
"MakeGlobalVariablesScript": "TinyMCEHooks::setGlobalJSVariables",
"MagicWordwgVariableIDs": "TinyMCEHooks::addMagicWordVariableIDs",
"ParserAfterTidy": "TinyMCEHooks::handleMagicWords",
"SkinTemplateNavigation::Universal": "TinyMCEAction::displayTabAndModifyAddTopicLink",
"SkinEditSectionLinks": "TinyMCEHooks::addEditSectionLink",
"AlternateEdit": "TinyMCEHooks::determineIfTinyMCEIsEnabled",
"EditPageBeforeEditToolbar": "TinyMCEHooks::removeDefaultToolbar",
"EditPage::showEditForm:initial": "TinyMCEHooks::addToEditPage",
"WikiEditorDisable": "TinyMCEHooks::disableWikiEditor",
"GetPreferences": "TinyMCEHooks::addPreference",
"PageForms::addRLModules": "TinyMCEHooks::addRLModules",
"OutputPageParserOutput": "TinyMCEHooks::addToViewPage",
"ParserFirstCallInit": "TinyMCEHooks::onParserFirstCallInit"
},
"Actions": {
"tinymceedit": "TinyMCEAction"
},
"DefaultUserOptions": {
"tinymce-use": 1
},
"config": {
"TinyMCETemplates": [],
"TinyMCEDefaultTags": [],
"TinyMCEExtensionTags": [],
"TinyMCEPreservedTags": [],
"TinyMCEEnabled": false,
"TinyMCEDisabledNamespaces": [ 8, 10 ],
"TinyMCEUnhandledStrings": [],
"TinyMCELoadOnView": false,
"wgTinyMCESettings": []
},
"manifest_version": 1
}