Add images to articles, inspiration to mission

This commit is contained in:
Michael Fatemi 2021-01-06 00:22:00 -05:00
parent 63c31183a5
commit 6360480ca7
2 changed files with 24 additions and 1 deletions

View File

@ -27,7 +27,25 @@ export default {
name: "content",
title: "Content",
type: "array",
of: [{type: "block"}]
of: [
{
type: "block"
},
{
type: 'image',
fields: [
{
type: 'text',
name: 'alt',
title: 'Alternative text',
description: 'Description',
options: {
isHighlighted: true
}
}
]
}
]
},
{
name: "summary",

View File

@ -14,6 +14,11 @@ export default {
title: "Vision",
type: "text"
},
{
name: "inspiration",
title: "Inspiration",
type: "text"
},
{
name: "quote_text",
title: "Quote text",