Skip to content
Jeremy Tubbs edited this page May 2, 2016 · 6 revisions

JSON Features

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