su-soe/stanford_news

Stanford News

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 0

Open Issues: 1

Language:CSS

Type:drupal-custom-module

dev-8.x-1.x 2020-05-05 17:16 UTC

This package is auto-updated.

Last update: 2024-04-07 06:59:14 UTC


README

Version: 8.x-1.x

Maintainers: boznik

Changelog: Changelog.md

Description

Stanford News feature provides an out of the box solution for displaying news content on your website. This feature contains a content type, fields, a news page layout, and taxonomy. This module is a great replacement for the default Article content type.

Accessibility

WCAG Conformance 2.0 AA Badge Evaluation Date: N/A This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.

Installation

Install this module like any other module. See Drupal Documentation

Configuration

  • Pull in this branch.
  • Build.
  • Add terms to the Topics taxonomy. They have a generated path.
  • Create a menu with your taxonomy terms.
  • Go to /admin/structure/types/manage/stanford_page/display and allow Topics Menus block to be added via the Layout Builder.
  • Create articles and tag them with a term from the taxonomy.
  • Create term list pages.
  • They need paths like this: /news/term-1 (term name) or /news/all
  • On this page, use the layout builder to add your menu.
  • On this page, add the News Terms block.
  • On this page, add the Newsletter Sign up block.

Troubleshooting

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Developer

If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:

nvm use
npm install
npm run publish

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