Skip to content
Shea Lewis (Kai) edited this page Apr 16, 2018 · 3 revisions

Each theme must come supplied with a manifest file (theme.json) stored at the root of the theme, which defines supplemental details about the theme. Below is an example of what a theme manifest file could contain:

{
	"slug": "bootstrap",
	"name": "Bootstrap",
	"author": "John Doe",
	"description": "This is an example bootstrap theme.",
	"version": "1.0.0"
}

The manifest file can store any "fields" that you'd like. Behind the scenes Themes and their manifest information are resolved to Collections, so retrieving and setting data on the fly is easy.