Skip to content

Commit 614d752

Browse files
committed
Chore: Update schema customization to include 'published' and change 'executive_bio' to Boolean
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 09c84e9 commit 614d752

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

gatsby-node.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ exports.createSchemaCustomization = ({ actions }) => {
805805
meshmate: String
806806
maintainer: String
807807
emeritus: String
808+
published: Boolean
808809
link: String
809810
labs: String
810811
slides: String
@@ -831,10 +832,10 @@ exports.createSchemaCustomization = ({ actions }) => {
831832
profile: String
832833
linkedin: String
833834
location: String
834-
badges: [String]
835-
status: String
836-
bio: String
837-
executive_bio: String
835+
badges: [String]
836+
status: String
837+
bio: String
838+
executive_bio: Boolean
838839
executive_position: String
839840
company: String
840841
executive_image: File @fileByRelativePath

0 commit comments

Comments
 (0)