@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
26 lines (25 loc) • 1.81 kB
JavaScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { defaultBannerCommandStyles } to '@mikezimm/fps-core-v7/lib/common/commandStyles/defaults;'
*/
import * as React from 'react';
import { Icon, } from '@fluentui/react/lib/Icon';
import { PivotItem, } from '@fluentui/react/lib/Pivot';
import { defaultBannerCommandStyles, } from "@mikezimm/fps-core-v7/lib/common/commandStyles/defaults";
export const ImportHelp = React.createElement(PivotItem, { headerText: undefined, itemIcon: 'Export' },
React.createElement("div", { className: 'fps-pph-content' },
React.createElement("div", { className: 'fps-pph-topic' }, "Export / Import"),
React.createElement("div", { className: 'fps-pph-topic' }, "If Available in this web part..."),
React.createElement("div", null, "It allows you to paste in values from the same webpart from a different page."),
React.createElement("div", null, "To Export web part settings"),
React.createElement("ol", null,
React.createElement("li", null, "Click on 'More Information' in the Web Part Banner"),
React.createElement("li", null,
"Click the Export tab ",
React.createElement(Icon, { iconName: 'Export', style: defaultBannerCommandStyles }),
" (last tab in the Help Panel)"),
React.createElement("li", null, "Hover over Export Properties row"),
React.createElement("li", null, "Click the blue paper/arrow icon on the right side of the row to 'Export' the properties"),
React.createElement("li", null, "Edit this page and web part"),
React.createElement("li", null, "Paste properties into the Import properties box"))));
//# sourceMappingURL=Import.js.map