init
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# content-versioning
|
||||
|
||||
saves versions of configured collections
|
||||
|
||||
# Configuration
|
||||
|
||||
## contentVersionLimit
|
||||
|
||||
sets limit of saved versions per one collection. Default value = 50
|
||||
|
||||
```
|
||||
// Strapi app configuration
|
||||
// config/plugin.ts
|
||||
|
||||
export default () => ({
|
||||
'content-versioning': {
|
||||
config: {
|
||||
contentVersionLimit: 3 // your own limit
|
||||
}
|
||||
}
|
||||
});
|
||||
```
|
||||
Reference in New Issue
Block a user