Skip to main content

ContentTypeTemplate (Object)

Description

No description



Fields

NameDescription
allowedReactions - [String!]
context - PostTypeContext!
forbiddenReactions - [String!]
languageTemplate - String
name - String!
pluralName - String!
postFields - CustomFieldsSchema
primaryReactionType - ReactionType
selfRepliable - Boolean
shortContentTemplate - String
singleChoiceReactions - [String!]
slate - Slate
slug - String!
titleTemplate - String
validReplyTypesIds - [String!]

type ContentTypeTemplate {
allowedReactions: [String!]
context: PostTypeContext!
forbiddenReactions: [String!]
languageTemplate: String
name: String!
pluralName: String!
postFields: CustomFieldsSchema
primaryReactionType: ReactionType @deprecated
selfRepliable: Boolean
shortContentTemplate: String
singleChoiceReactions: [String!]
slate: Slate
slug: String!
titleTemplate: String
validReplyTypesIds: [String!]
}