mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
407ff95597
This not really just a checkbox widget anymore it inherits from FieldLayout and became something more in that direction. Let's use a mixture of these things to make it a bit clearer. See also comment in Ie81b84be288553343017c4aaf8691c4e266995f5 Change-Id: Iff1746a8e5e94b56eb6c27465405aaf6b74c2310
85 lines
1.3 KiB
JSON
85 lines
1.3 KiB
JSON
[
|
|
{
|
|
"name": "VisualEditor (MediaWiki extension)",
|
|
"groups": [
|
|
{
|
|
"name": "Initialization",
|
|
"classes": [
|
|
"mw.libs.ve*",
|
|
"ve.init.mw*"
|
|
]
|
|
},
|
|
{
|
|
"name": "Switching",
|
|
"classes": [
|
|
"mw.libs.ve.SwitchConfirmDialog",
|
|
"mw.libs.ve.MWEditMode*Tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "User Interface",
|
|
"classes": [
|
|
"ve.ui.MW*Layout",
|
|
"ve.ui.MW*Page",
|
|
"ve.ui.MW*Window",
|
|
"ve.ui.MWTransclusionsBooklet"
|
|
]
|
|
},
|
|
{
|
|
"name": "Visual Diffing",
|
|
"classes": [
|
|
"ve.dm.VisualDiff",
|
|
"ve.DiffMatchPatch",
|
|
"ve.DiffTreeNode",
|
|
"ve.ui.DiffDialog",
|
|
"ve.ui.DiffElement"
|
|
]
|
|
},
|
|
{
|
|
"name": "Data Model",
|
|
"classes": [
|
|
"ve.dm.MW*Surface",
|
|
"ve.dm.MW*SurfaceFragment"
|
|
]
|
|
},
|
|
{
|
|
"name": "ContentEditable",
|
|
"classes": [
|
|
"ve.ce.MW*Surface"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VisualEditor (core) unused parts",
|
|
"groups": [
|
|
{
|
|
"name": "Standalone",
|
|
"classes": [
|
|
"ve.init.sa*"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream (MediaWiki)",
|
|
"groups": [
|
|
{
|
|
"name": "MediaWiki",
|
|
"classes": [
|
|
"mw.Api",
|
|
"mw.Message",
|
|
"mw.Title",
|
|
"mw.widgets.*Widget"
|
|
]
|
|
},
|
|
{
|
|
"name": "MobileFrontend",
|
|
"classes": [
|
|
"VisualEditorOverlay"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|