su-sws/node_revision_delete

Deletes node revisions during cron.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:drupal-custom-module

dev-8.x-1.x 2019-08-05 16:17 UTC

This package is auto-updated.

Last update: 2024-03-06 02:17:06 UTC


README

Version: 8.x-1.x

Maintainers: Mike Decker, sherakama

Changelog: Changelog.txt

Description

The Stanford Module Example module is used to do some things. Please put a description of what this module does so that a new developer can get a quick understanding about what this module does.

Installation

Install this module like any other module. See Drupal Documentation

Configuration

Set the node bundles to clean up on the page /admin/config/content/node-revision-delete. Two options are provided. Total count of revisions and age of the revision. Count will always take priority. For example if configured to deleted 2 month old revisions and keep 4 total revisions, the 4 newest revisions can be older than 2 months.

Troubleshooting

If you are experiencing issues please post an issue on the GitHub issues page.

Contribution / Collaboration

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests