@prenta/plugin-forms
v0.1.0
Published
Forms for [Prenta CMS](https://github.com/actuate-media/prenta) — schema-versioned form definitions, public submission API, spam protection, submissions inbox, notifications, and webhooks.
Readme
@prenta/plugin-forms
Forms for Prenta CMS — schema-versioned form definitions, public submission API, spam protection, submissions inbox, notifications, and webhooks.
npm install @prenta/plugin-formsUsage
import { formsPlugin } from '@prenta/plugin-forms'
export default defineConfig({
plugins: [formsPlugin()],
// ...
})For client-side validation that mirrors the server's rules, see
@prenta/core/forms/client.
Release notes
See CHANGELOG.md (shipped with the package) or the GitHub releases.
License
MIT
