type
Config
type Config struct {
Features []Feature `json:"features"`
UploadCollections []string `json:"uploadCollections,omitempty"`
RelationshipCollections []string `json:"relationshipCollections,omitempty"`
}Enabled features and optional allowlists for relationship and upload nodes.
Source plugins/richtext/richtext.go:42
Features[]Feature- The Features value.
UploadCollections[]string- The UploadCollections value.
RelationshipCollections[]string- The RelationshipCollections value.
A nil Features slice inherits defaults; an explicit empty slice disables every optional feature. Empty collection allowlists permit every compatible collection, while non-empty lists restrict node targets.