Skip to content

Commit

Permalink
updating homepage schema
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Apr 21, 2021
1 parent 3218b6b commit fa419d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
product_page: require("./src/schemas/product_page.json"),
product: require("./src/schemas/product.json"),
Process: require("./src/schemas/process.json"),
homepage: require("./src/schemas/homepage.json"),
homepage: require("./src/schemas/Homepage.json"),
use_cases_page: require("./src/schemas/use_cases_page.json"),
use_case: require("./src/schemas/use_case.json"),
},
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/Homepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"fields" : {
"use_case" : {
"type" : "Link",
"config" : {
"config" : {
"select" : "document",
"customtypes" : [ "use_case" ],
"label" : "Use Case"
Expand Down

0 comments on commit fa419d7

Please sign in to comment.