OBJECT

ArticleFormOptions

Article form options

link GraphQL Schema definition

  • type ArticleFormOptions {
  • # Available header types for articles
  • headerTypes: [String!]!
  • # Available image formats
  • imageFormats: [String!]!
  • # Available date and time formats by locale
  • dateTimeFormats: DateTimeFormats!
  • # Available statuses for articles
  • statuses: [ArticleFormOptionsStatus!]!
  • }

link Require by