mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Using wikiLink instead of internal to match actual documents
Change-Id: I24b9c0a5f27ed8f4a7861090ab4049c4614cea78
This commit is contained in:
parent
95c601c8e9
commit
1628038bdb
|
@ -83,7 +83,7 @@ ve.ui.Tool.tools.link = {
|
||||||
'name': 'link',
|
'name': 'link',
|
||||||
'title': 'Link (ctrl/cmd + K)',
|
'title': 'Link (ctrl/cmd + K)',
|
||||||
'data': {
|
'data': {
|
||||||
'annotation': { 'type': 'link/internal', 'data': { 'title': '' } },
|
'annotation': { 'type': 'link/wikiLink', 'data': { 'title': '' } },
|
||||||
'inspector': 'link'
|
'inspector': 'link'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue