1.1.9 • Published 1 year ago
@boomworks/payload-plugin-author-fields v1.1.9
Payload CMS Author Fields plugin
Payload CMS plugin to add created & updated by fields
What?
Will automatically add createdBy
and updatedBy
fields to all globals & collections in your app.
Why?
- Audit trail of who created & modified things
- Use it as the basis for a publishing approval workflow
How?
Installation
npm install @boomworks/payload-plugin-author-fields
Usage
In your payload.config.ts
:
export default buildConfig({
// ...
plugins: [
addAuthorFields({
// See "Configuration"
}),
],
// ...
});
Configuration
See PluginConfig
for all configuration options.
The demo
directory contains a Payload app showing a few examples, including customising labels & i18n.
Contributing
Found a bug or have a feature request? Open an issue on GitHub and we'll look into it.
1.1.9
1 year ago
1.1.9-next.1
1 year ago
1.1.9-next.0
1 year ago
1.1.8
1 year ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.1-next.3
2 years ago
1.0.1-next.2
2 years ago
1.0.1-next.1
2 years ago
1.0.0
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago