diff --git a/lib/jekyll-open-sdg-plugins/schema-site-config.json b/lib/jekyll-open-sdg-plugins/schema-site-config.json index 3a110be5..d015d236 100644 --- a/lib/jekyll-open-sdg-plugins/schema-site-config.json +++ b/lib/jekyll-open-sdg-plugins/schema-site-config.json @@ -1521,6 +1521,18 @@ } ] }, + "use_new_config_forms": { + "title": "Use new config forms", + "type": "boolean", + "description": "This setting can be set to `true` to try the new site configuration forms. This is experimental and will eventually be the default.", + "format": "checkbox", + "links": [ + { + "rel": "More information on the use_new_config_forms setting", + "href": "https://open-sdg.readthedocs.io/en/latest/configuration/#use_new_config_forms" + } + ] + }, "validate_indicator_config": { "title": "Validate indicator config", "type": "boolean",