cu-boulder / ucb_article_syndication
Extends the article content type to add the taxonomies needed for article syndication.
Installs: 22 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-custom-module
This package is auto-updated.
Last update: 2025-02-10 23:31:38 UTC
README
This Drupal module extends the article content type to add the taxonomies needed for article syndication. This is needed on the CU Boulder Today site (and possibly a small number of other sites). Simply install the module and everything should just work after that. The Campus News block requires these taxonomies to be present.
Taxonomies added:
- Audience (syndication_audience)
- Unit (syndication_unit)
Important: This module updates the article content type's form display, so
the configuration can get overriden with the one in the
custom entities module.
If this happens, run the showSyndicationFields
function of the
ucb_article_syndication
service manually to restore the changes.