This commit is contained in:
Mirco Wittrien 2019-10-14 08:43:02 +02:00
parent 4699394d99
commit 40796ad020
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -5525,6 +5525,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
}
}
var LibraryComponents = {};
LibraryComponents.Button = BDFDB.WebModules.findByProperties('Colors', 'Hovers', 'Looks');
LibraryComponents.ContextMenu = BDFDB.WebModules.findByName('NativeContextMenu');
LibraryComponents.ContextMenuItem = BDFDB.WebModules.findByString('{className:i.default.label}', '{className:i.default.hint}');