su-sws/stanford_layouts

Stanford Layouts for the layout_plugin


Keywords
d8, layout, module
License
GPL-2.0+

Documentation

Stanford Layouts

Version: 8.x-1.0-dev

Maintainers: jbickar, sherakama

Changelog: Changelog.txt

WCAG Conformance 2.0 AA Badge Date: 201X-XX-XX

The Stanford Layouts module is used to encapsulate page layout. Wether you are using blocks, panels, display suite, or custom layout plugins this is the place to store your work.

Installation

Install this module like any other module. See Drupal Documentation

Configuration

Nothing special needed.

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:

npm install
grunt watch
 or
grunt devmode

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