Skip to content

Commit

Permalink
Allow date prop on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 24, 2024
1 parent 1effd80 commit d207610
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _tools/frontmatter-validator/schemas/page.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@
"type": "string"
}
}
},
"date": {
"type": "string",
"description": "The Jekyll date of the document if we need to set it manually.",
"format": "date-time"
}
},
"required": [
Expand Down

0 comments on commit d207610

Please sign in to comment.