su-sws / stanford_jumpstart_home
A Drupal feature.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 29
Forks: 0
Open Issues: 0
Language:CSS
Type:drupal-custom-module
Requires
- composer/installers: ^1.2
This package is auto-updated.
Last update: 2024-10-29 05:34:32 UTC
README
Version: 7.x-1.10
Maintainers: jbickar, sherakama
The Stanford Homepage module provides custom homepage layouts functionality for Stanford Jumpstart Sites. It has a collection of context layouts and blocks that can be quickly toggled on and off through a custom dashboard UI.
Layouts
Superhero - Batman Description of layout goes here...
Sunset Delorean Description of layout goes here...
Koda Chrome Description of layout goes here...
Magazine - Glossy Description of layout goes here...
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