summaryrefslogtreecommitdiff
path: root/content/types.go
blob: 778f74270a781d3bdcacaa6c3bb9ba0bd7e98d9b (plain)
1
2
3
4
5
6
7
package content

import "github.com/nilslice/cms/management/editor"

// Types is a map used to reference a type name to its actual Editable type
// mainly for lookups in /admin route based utilities
var Types = make(map[string]editor.Editable)