Salam-vsem 2b72f5407b init
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00
2025-05-24 19:02:39 +03:00

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
    }
  }
});
Description
No description provided
Readme 46 KiB
Languages
TypeScript 96.3%
JavaScript 3.7%