From 5900aaf45d3fd2305bcb7db362bf4b66e0143cae Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 16 Feb 2018 11:10:07 -0500 Subject: [PATCH] Updated yaml rules to reflect the new h1_title tag --- ci/yaml_rules.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/yaml_rules.json b/ci/yaml_rules.json index 66b0bfabd74..7b487ebc641 100644 --- a/ci/yaml_rules.json +++ b/ci/yaml_rules.json @@ -14,6 +14,12 @@ "type": "dict", "description": "First and last names of the original guide author." }, + "h1_title": { + "elements": false, + "required": false, + "type": "text", + "description": "This sets the H1, but leaves the title in the metadata" + }, "comments": { "elements": false, "required": false,