Skip to content
Snippets Groups Projects
Commit 6366f114 authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Add publisher to sitesettings

parent c545655b
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,20 @@ export default {
layout: 'tags',
},
},
{
name: 'publisher',
title: 'Utgiver',
type: 'array',
of: [
{
type: 'reference',
to: [
{type: 'Actor'},
{type: 'Group'}
]
}
]
}
/* {
type: 'color',
name: 'primaryColor',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment