2.4.6 • Published 6 months ago

activity-data-log v2.4.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Strapi plugin Activity Data Log

This plugin is used to store the activity data logs of different collection types.

Getting Started

The plugin can be tested in strapi version 4.13.3, node vesrion above 18.0.0 and less than 20.0.0

To Install

1.Go into your strapi project.
2.Run the npm command npm i activity-data-log
3.The plugin will be added to your strapi project.

Note

Alternatively, you can create a file activity-data-log.js inside the folder config of your strapi project.

The file look like this:

    module.exports = {
    contentTypes: ['api::mycontenttype.mycontenttype', 'api::othercontentype.othercontentype'],
    };

The activity data log currently displays only the 'collection type added' event when a new collection type is added in the activity-data-log.js file

2.4.6

6 months ago

2.4.4

6 months ago

2.4.2

6 months ago

2.4.0

6 months ago

2.2.0

6 months ago