INPUT_OBJECT

ArticleGalleryDTOInput

Gallery settings for Plymouth theme

link GraphQL Schema definition

  • input ArticleGalleryDTOInput {
  • # Enable gallery?
  • enable: Boolean
  • # Gallery media limit
  • mediaLimit: Int
  • # Display image title in gallery?
  • displayTitleImage: Boolean
  • # Has custom image format for gallery?
  • hasCustomImageFormat: Boolean
  • # Gallery image format
  • imageFormat: String
  • # Gallery custom image format
  • imageCustomFormat: String
  • # Gallery image format when body is empty
  • imageFormatEmptyBody: String
  • # Gallery custom image format when body is empty
  • imageCustomFormatEmptyBody: String
  • # Enable gallery modal?
  • enableModal: Boolean
  • # Gallery modal image format
  • modalImageFormat: String
  • }