OBJECT

ArticlePlymouthDTO

Plymouth theme specific settings

link GraphQL Schema definition

  • type ArticlePlymouthDTO {
  • # Common settings
  • common: ArticleCommonDTO!
  • # Gallery settings
  • gallery: ArticleGalleryDTO!
  • # Slider settings
  • slider: ArticleSliderDTO!
  • # Enable custom featured image format?
  • enableFeaturedImageCustomFormat: Boolean!
  • # Featured image format
  • featuredImageFormat: String!
  • # Featured image custom format
  • featuredImageCustomFormat: String
  • # Display copy link button?
  • displayCopyLinkButton: Boolean!
  • # Hide featured image?
  • hideAheadImage: Boolean!
  • }

link Require by