mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-18 18:10:17 -04:00
Add images to articles, inspiration to mission
This commit is contained in:
parent
63c31183a5
commit
6360480ca7
|
@ -27,7 +27,25 @@ export default {
|
||||||
name: "content",
|
name: "content",
|
||||||
title: "Content",
|
title: "Content",
|
||||||
type: "array",
|
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",
|
name: "summary",
|
||||||
|
|
|
@ -14,6 +14,11 @@ export default {
|
||||||
title: "Vision",
|
title: "Vision",
|
||||||
type: "text"
|
type: "text"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "inspiration",
|
||||||
|
title: "Inspiration",
|
||||||
|
type: "text"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "quote_text",
|
name: "quote_text",
|
||||||
title: "Quote text",
|
title: "Quote text",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user