OBJECT
ArticleCommonDTO
Common settings shared between Plymouth and Weymouth themes
link GraphQL Schema definition
- type ArticleCommonDTO {
- # Should print button be displayed?
- : Boolean!
- # Should print address be displayed?
- : Boolean!
- # Should return button be displayed?
- : Boolean!
- # Use custom slider image format?
- : Boolean!
- # Slider image format
- : String!
- # Slider image format when body is empty
- : String!
- # Slider custom image format
- : String
- # Slider custom image format when body is empty
- : String
- # Share on Facebook?
- : Boolean!
- # Display Twitter share button?
- : Boolean!
- # Display LinkedIn share button?
- : Boolean!
- # Hide first image in slider?
- : Boolean!
- }