MOBILE-2875 core: Map remoteAddOn_ to sitePlugin_
parent
575285077f
commit
a6d429f756
|
@ -67,6 +67,7 @@ export class CoreTextUtilsProvider {
|
|||
{old: /_mmaModUrl/g, new: '_AddonModUrl'},
|
||||
{old: /_mmaModWiki/g, new: '_AddonModWiki'},
|
||||
{old: /_mmaModWorkshop/g, new: '_AddonModWorkshop'},
|
||||
{old: /remoteAddOn_/g, new: 'sitePlugin_'},
|
||||
];
|
||||
|
||||
protected template = document.createElement('template'); // A template element to convert HTML to element.
|
||||
|
|
Loading…
Reference in New Issue