EmbeddedCommentsConfiguration
EmbeddedCommentsConfiguration specifies the configuration for embedded comments.
type EmbeddedCommentsConfiguration {
allowReplies: Boolean
oEmbedAllowedOrigins: [String!]!
}
Fields
EmbeddedCommentsConfiguration.allowReplies
● Boolean
scalar
EmbeddedCommentsConfiguration.oEmbedAllowedOrigins
● [String!]!
non-null scalar
oEmbedAllowedOrigins are the allowed origins for oEmbed API calls.
Member Of
Settings
object