INPUT_OBJECT
ArticleCommonDTOInput
Common settings shared between Plymouth and Weymouth themes
link GraphQL Schema definition
- input ArticleCommonDTOInput {
- # 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
- # Display Facebook share button?
- : Boolean
- # Display Twitter share button?
- : Boolean
- # Display LinkedIn share button?
- : Boolean
- # Hide first image in slider?
- : Boolean
- }