su-sws/stanford_syndication

Drupal module for connection to Syndication CMS systems

Installs: 1 113

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:drupal-custom-module

1.0.0-beta4 2024-03-18 16:40 UTC

This package is auto-updated.

Last update: 2024-04-18 16:48:33 UTC


README

Changelog: Changelog.md

Description

This is essentially a webhook trigger to inform the Syndication CMS about new content.

Installation

Install this module like any other. See Drupal Documentation

Configuration

Configure the desired content types and the access token at /admin/config/services/syndication.

To protect non-prod environments add $config['stanford_syndication.settings']['enabled'] = FALSE; to a settings.php file

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