w3bdesign/dfweb-v4

View on GitHub
studio/schemaTypes/schema.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Documents
import project from './documents/project'
import category from './documents/category'
import page from './documents/page'
import navigation from './documents/navigation'
import cv from './documents/cv'

// Objects
import link from './objects/link'
import pagecontent from './objects/pagecontent'
import herocontent from './objects/herocontent'

export const types = [project, category, page, navigation, cv, link, pagecontent, herocontent]