OBJECT
ArticleFormOptions
Article form options
link GraphQL Schema definition
- type ArticleFormOptions {
- # Available header types for articles
- : [String!]!
- # Available image formats
- : [String!]!
- # Available date and time formats by locale
- : DateTimeFormats!
- # Available statuses for articles
- : [ArticleFormOptionsStatus!]!
- }