OBJECT
ArticlePlymouthDTO
Plymouth theme specific settings
link GraphQL Schema definition
- type ArticlePlymouthDTO {
- # Common settings
- : ArticleCommonDTO!
- # Gallery settings
- : ArticleGalleryDTO!
- # Slider settings
- : ArticleSliderDTO!
- # Enable custom featured image format?
- : Boolean!
- # Featured image format
- : String!
- # Featured image custom format
- : String
- # Display copy link button?
- : Boolean!
- # Hide featured image?
- : Boolean!
- }