MOBILE-2875 core: Map remoteAddOn_ to sitePlugin_

main
Dani Palou 2019-02-15 15:49:23 +01:00
parent 575285077f
commit a6d429f756
1 changed files with 1 additions and 0 deletions

View File

@ -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.