Author Fields
Adds created and updated by fields to collections and globals in Payload CMS.
Installation
pnpm add @boomworks/payload-plugin-author-fields About
This plugin automatically appends 'createdBy' and 'updatedBy' fields to all collections and globals in a Payload CMS application. It provides an audit trail to track who created and modified records in the database, which is useful for approval workflows, compliance, and accountability. To integrate the plugin, you need to use the 'addAuthorFields' function within your Payload configuration file. Configuration options allow for customization of field labels and other features. The demo directory includes examples that demonstrate its capabilities and configuration. This plugin supports the Payload versions 0.18.5 through 2.0.0 and is compatible with React version 16.8.0 and above. Documentation for more advanced configurations is available in the source files.
Package info
- Package name
@boomworks/payload-plugin-author-fields- Latest version
1.1.9- Unpacked size
- 26 kB
- License
- MIT
- Weekly downloads
- 40
- Last publish
- May 14, 2024
Similar plugins
More in ContentMenus
Adds a menus collection to Payload for building navigation with nested items, collection links, custom URLs, icons, and preview images.
Reservation and Booking Manager
Manage reservations and bookings through Payload CMS with conflict detection and scheduling.
Live Preview
Live preview for Payload CMS in Astro and any SSR/static frontend (SvelteKit, Nuxt, Next.js, plain HTML), patching the DOM without rebuilds.
FixedLink
Adds short links on your own domain to Payload documents, with links that keep working after slug changes through the FixedLink service.
Nested Docs Page Tree
Adds a nested tree view for managing documents in Payload CMS.
A/B Testing
A/B testing plugin that creates page variants in Payload collections and routes traffic at the edge via Next.js middleware.