OBJECT
ArticleGalleryDTO
Gallery settings for Plymouth theme
link GraphQL Schema definition
- type ArticleGalleryDTO {
- # Enable gallery?
- : Boolean!
- # Gallery media limit
- : Int
- # Display image title in gallery?
- : Boolean!
- # Has custom image format for gallery?
- : Boolean!
- # Gallery image format
- : String
- # Gallery custom image format
- : String
- # Gallery image format when body is empty
- : String
- # Gallery custom image format when body is empty
- : String
- # Enable gallery modal?
- : Boolean!
- # Gallery modal image format
- : String
- }