OBJECT

ArticleSliderDTO

Slider settings for Plymouth theme

link GraphQL Schema definition

  • type ArticleSliderDTO {
  • # Enable slider?
  • enable: Boolean!
  • # Display miniature list in slider?
  • displayMiniature: Boolean!
  • # Number of images per slide for miniature
  • miniatureImagePerSlide: Int!
  • # Image format for miniature
  • miniatureImageFormat: String!
  • # Slider media limit
  • mediaLimit: Int
  • # Display image title in slider?
  • displayTitleImage: Boolean!
  • # Enable arrow navigation in slider?
  • enableNavigation: Boolean!
  • # Previous navigation HTML
  • navigationPrev: String!
  • # Next navigation HTML
  • navigationNext: String!
  • # Enable dot navigation in slider?
  • enablePointNavigation: Boolean!
  • # Number of images per slide
  • imagePerSlide: Int!
  • # Number of images per scroll
  • imagePerScroll: Int!
  • # Enable auto scroll in slider?
  • autoStart: Boolean!
  • # Slider scroll speed in ms
  • speed: Int!
  • # Tablet breakpoint for slider
  • tabletBreakpoint: Int
  • # Enable arrow navigation in slider for tablet?
  • tabletEnableNavigation: Boolean!
  • # Enable dot navigation in slider for tablet?
  • tabletEnablePointNavigation: Boolean!
  • # Number of images per slide for tablet
  • tabletImagePerSlide: Int!
  • # Number of images per scroll for tablet
  • tabletImagePerScroll: Int!
  • # Mobile breakpoint for slider
  • mobileBreakpoint: Int
  • # Enable arrow navigation in slider for mobile?
  • mobileEnableNavigation: Boolean!
  • # Enable dot navigation in slider for mobile?
  • mobileEnablePointNavigation: Boolean!
  • # Number of images per slide for mobile
  • mobileImagePerSlide: Int!
  • # Number of images per scroll for mobile
  • mobileImagePerScroll: Int!
  • }