Nova
Configuring homepage-template.json

Configure

This section will guide you through the configuration options for a brand's homepage-template configuration.

Example structure

{
	"version": "1.0.0",
	"homepage_template": [
		[
			"core/paragraph",
			{}
		]
	}
}
  • The version is used by the homepage posts to determine if their content is outdated from the latest configuration.
  • homepage_template is an array containing the post template configuration.