UNPKG

@wordpress/editor

Version:
41 lines (37 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _i18n = require("@wordpress/i18n"); var _style = _interopRequireDefault(require("./style.scss")); var _viewSections = require("./view-sections"); var _jsxRuntime = require("react/jsx-runtime"); /** * External dependencies */ /** * WordPress dependencies */ /** * Internal dependencies */ const CustomizeBlocks = () => { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_viewSections.HelpDetailImage, { source: require('./images/settings-light.png'), sourceDarkMode: require('./images/settings-dark.png') }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: _style.default.helpDetailContainer, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_viewSections.HelpDetailBodyText, { text: (0, _i18n.__)('Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen.') }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_viewSections.HelpDetailBodyText, { text: (0, _i18n.__)('Some blocks have additional settings. Tap the settings icon on the bottom right of the block to view more options.') })] })] }); }; var _default = exports.default = CustomizeBlocks; //# sourceMappingURL=customize-blocks.native.js.map