Skip to content
Snippets Groups Projects
Commit 9ef60aaa authored by Tarje.Lavik's avatar Tarje.Lavik
Browse files

Add link for easier creation of ref doc

parent cc489fd7
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import { Link } from 'part:@sanity/base/router'
import { timespanAsString, coalesceLabel } from '../helpers'
import { FaCalendar } from 'react-icons/fa'
import {
......@@ -60,6 +62,15 @@ export default {
name: 'hasType',
title: 'Klassifisert som',
titleEN: 'Classified as',
description: (
<span>
Hendelsestype som f.eks. Soppsanking. Legg til{' '}
<Link target="blank" href={'/desk/andreTyper;EventType'}>
ny hendelsestype
</Link>
.
</span>
),
type: 'array',
of: [
{
......
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