UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 637 B
import { jsx as _jsx } from "react/jsx-runtime"; import { FormattedMessage } from 'react-intl'; const DOCUMENTATION_LINK = 'https://open-forms.readthedocs.io/en/stable/manual/templates.html#hoe-het-werkt'; const TemplatingHint = () => (_jsx(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 => _jsx("a", Object.assign({ href: DOCUMENTATION_LINK }, { children: chunks })), } })); export default TemplatingHint;