INPUT_OBJECT

ArticleWeymouthDTOInput

Weymouth theme specific settings

link GraphQL Schema definition

  • input ArticleWeymouthDTOInput {
  • # Common settings
  • common: ArticleCommonDTOInput
  • # Auto play slider?
  • autoPlaySlider: Boolean
  • # Show image caption?
  • showImageCaption: Boolean
  • # Media limit
  • mediaLimit: Int
  • # Number of thumbnail items
  • nbThumbItem: Int
  • # Slider image fullscreen format
  • sliderImageFullscreenFormat: String
  • # Slider image custom fullscreen format
  • sliderImageCustomFullscreenFormat: String
  • # Media speed
  • mediaSpeed: Int
  • # Media transition speed
  • mediaTransitionSpeed: Int
  • # Display legend?
  • displayLegend: Boolean
  • # Hide slider?
  • hideSlider: Boolean
  • }