OBJECT

ArticleCommonDTO

Common settings shared between Plymouth and Weymouth themes

link GraphQL Schema definition

  • type ArticleCommonDTO {
  • # 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
  • # Share on Facebook?
  • shareOnFacebook: Boolean!
  • # Display Twitter share button?
  • displayTwitterShareButton: Boolean!
  • # Display LinkedIn share button?
  • displayLinkedInShareButton: Boolean!
  • # Hide first image in slider?
  • hideFirstImageSlider: Boolean!
  • }