@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
34 lines • 1.59 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PresetFPSBanner = void 0;
exports.PresetFPSBanner = {
source: 'PresetFPSBanner',
location: '*',
props: {
//Pin Me
infoElementChoice: 'IconName=Unknown',
infoElementText: 'Question mark circle',
//Copied from FPSPagInfo.manifest.json
bannerStyleChoice: "corpDark1",
bannerStyle: "{\"color\":\"white\",\"backgroundColor\":\"#005495\",\"fontSize\":\"larger\",\"fontWeight\":600,\"fontStyle\":\"normal\",\"padding\":\"0px 10px\",\"height\":\"48px\",\"cursor\":\"pointer\"}",
bannerCmdStyle: "{\"color\":\"white\",\"backgroundColor\":\"#005495\",\"fontSize\":16,\"fontWeight\":\"normal\",\"fontStyle\":\"normal\",\"padding\":\"7px 4px\",\"marginRight\":\"0px\",\"borderRadius\":\"5px\",\"cursor\":\"pointer\"}",
showGoToHome: true,
showGoToParent: true,
homeParentGearAudience: "Everyone",
beAUserAudience: "Page Editors",
requireDocumentation: false,
documentationLinkDesc: 'Documentation',
// Visitor Panel props that are not preset in manifest.json
fullPanelAudience: 'Page Editors',
panelMessageIfYouStill: '',
documentationIsValid: true,
requireContacts: false,
bannerHoverEffect: false,
defPinState: 'disabled',
enableExpandoramic: true,
expandoDefault: false,
expandoAudience: "Everyone",
showBanner: true,
}
};
//# sourceMappingURL=PreConfiguredConstants.js.map