-
Notifications
You must be signed in to change notification settings - Fork 8
Theme Features
Jeremy Tubbs edited this page May 2, 2016
·
6 revisions
The oscitk.json
file stores feature configuration data for each specific theme, allowing individual themes to have various feature sets.
Example:
{
"account": true,
"search": false,
"notes": true,
"citations": true,
"glossary": false,
"multicolumn": false,
"layeredImage": false,
}
Individual features:
- Account - requires using the Drupal authentication and the OSCI Toolkit users API
- Search - requires solr and the OSCI Toolkit search API
- Notes - allows readers to make paragraph level notes
- Citations - creates paragraph level citation references in MLA and Chicago Style
- Glossary - requires setting up a Drupal Taxonomy and connecting it to your publication
- Multicolumn - uses the original multi-column layout
- LayeredImage - creates layered / zoomable image assets