mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-08 13:30: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",
|
||||
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",
|
||||
|
|
|
@ -14,6 +14,11 @@ export default {
|
|||
title: "Vision",
|
||||
type: "text"
|
||||
},
|
||||
{
|
||||
name: "inspiration",
|
||||
title: "Inspiration",
|
||||
type: "text"
|
||||
},
|
||||
{
|
||||
name: "quote_text",
|
||||
title: "Quote text",
|
||||
|
|
Loading…
Reference in New Issue
Block a user