INPUT_OBJECT

ArticleCommonDTOInput

Common settings shared between Plymouth and Weymouth themes

link GraphQL Schema definition

  • input ArticleCommonDTOInput {
  • # Should print button be displayed?
  • displayPrintButton: Boolean
  • # Should print address be displayed?
  • displayPrintAddress: Boolean
  • # Should return button be displayed?
  • withReturnButton: Boolean
  • # Use custom slider image format?
  • customSliderImageFormat: Boolean
  • # Slider image format
  • sliderImageFormat: String
  • # Slider image format when body is empty
  • sliderImageFormatEmptyBody: String
  • # Slider custom image format
  • sliderImageCustomFormat: String
  • # Slider custom image format when body is empty
  • sliderImageCustomFormatEmptyBody: String
  • # Display Facebook share button?
  • shareOnFacebook: Boolean
  • # Display Twitter share button?
  • displayTwitterShareButton: Boolean
  • # Display LinkedIn share button?
  • displayLinkedInShareButton: Boolean
  • # Hide first image in slider?
  • hideFirstImageSlider: Boolean
  • }