OBJECT
ArticleWeymouthDTO
Weymouth theme specific settings
link GraphQL Schema definition
- type ArticleWeymouthDTO {
- # Common settings
- : ArticleCommonDTO!
- # Auto play slider?
- : Boolean!
- # Show image caption?
- : Boolean!
- # Media limit
- : Int!
- # Number of thumbnail items
- : Int!
- # Slider image fullscreen format
- : String!
- # Slider image custom fullscreen format
- : String
- # Media speed
- : Int!
- # Media transition speed
- : Int!
- }