1.0.0 • Published 2 years ago

@apostrophecms-pro/scheduled-publishing v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

This module allows to schedule publishing of your pieces (which includes pages) to specific dates.

Installation

To install the module, use the command line to run this command in an Apostrophe project's root directory:

npm install @apostrophecms-pro/scheduled-publishing

Usage

Configure the Scheduled Publishing module in the app.js file:

require('apostrophe')({
  shortName: 'my-project',
  modules: {
    '@apostrophecms-pro/scheduled-publishing': {}
  }
});

Additional usage sections

Pre-release checks

  • If the module does not include CSS, remove the Stylelint config file and dependency.
  • If any template includes a script with inline code, include the nonce attribute set like this: <script nonce="{{ nonce }}">.