UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

10 lines (9 loc) 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_intl_1 = require("react-intl"); const DOCUMENTATION_LINK = 'https://open-forms.readthedocs.io/en/stable/manual/templates.html#hoe-het-werkt'; const TemplatingHint = () => ((0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: 'C4TGm5', defaultMessage: [{ type: 0, value: "This field supports templating. See the " }, { type: 8, value: "link", children: [{ type: 0, value: "manual" }] }, { type: 0, value: " for documentation and examples." }], values: { link: chunks => (0, jsx_runtime_1.jsx)("a", Object.assign({ href: DOCUMENTATION_LINK }, { children: chunks })), } })); exports.default = TemplatingHint;