UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

32 lines 2.16 kB
import * as React from 'react'; // import { Icon, } from '@fluentui/react/lib/Icon'; import { PivotItem, } from '@fluentui/react/lib/Pivot'; import { CSSOverRideWarning } from '../../atoms/Warnings'; export const FPSBasicHelp = React.createElement(PivotItem, { headerText: 'FPS Basic' }, React.createElement("div", { className: 'fps-pph-content' }, CSSOverRideWarning, React.createElement("div", { className: 'fps-pph-topic' }, "Hide Quick Launch"), React.createElement("div", null, "As of April 2022, MSFT allows you to modify quick launch in Site Gear 'Change the look'"), React.createElement("div", null, "Only use this option if you want the Quick launch on the site as a whole but not on the page this web part is installed on."), React.createElement("div", { className: 'fps-pph-topic' }, "All Sections ", React.createElement("b", null, "Max Width"), " Toggle and slider"), React.createElement("div", null, "Over-rides out of the box max width on page sections."), React.createElement("div", { className: 'fps-pph-topic' }, "All Sections ", React.createElement("b", null, "Margin"), " Toggle and slider"), React.createElement("div", null, "Over-rides out of the box top and bottom section margin."), React.createElement("div", { className: 'fps-pph-topic' }, "Hide Toolbar - while viewing"), React.createElement("div", null, "Hidden: Will hide the page toolbar (Edit button) when loading the page."), React.createElement("div", null, React.createElement("b", null, "Only use if you know what you are doing :)")), React.createElement("div", null, React.createElement("mark", null, "WARNING"), ". ", React.createElement("b", null, "Add ?tool=true to the Url"), " and reload the page in order to edit the page. You ", React.createElement("b", null, "CAN NOT SEE THESE INSTRUCTIONS"), " unless you add ?tool=true to the page"))); //# sourceMappingURL=FPSBasic.js.map