Skip to content

Commit

Permalink
feat(): adds page headContent to draft allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinPerry committed Oct 26, 2022
1 parent d179503 commit 8dbff70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sites/src/drafts/page-draft-include-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
export const PAGE_DRAFT_INCLUDE_LIST = [
"item.title",
"item.snippet",
"data.values.layout"
"data.values.layout",
"data.values.headContent",
];

0 comments on commit 8dbff70

Please sign in to comment.