mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-20 11:00:16 -04:00
22 lines
298 B
JavaScript
22 lines
298 B
JavaScript
export default {
|
|
name: "get_involved",
|
|
title: "Way to get involved",
|
|
type: "document",
|
|
fields: [
|
|
{
|
|
name: "title",
|
|
title: "Title",
|
|
type: "string"
|
|
},
|
|
{
|
|
name: "text",
|
|
title: "Text",
|
|
type: "text"
|
|
},
|
|
{
|
|
name: "priority",
|
|
title: "Priority",
|
|
type: "number"
|
|
}
|
|
]
|
|
} |