Skip to main content

RTEConfiguration

No description

type RTEConfiguration {
enabled: Boolean!
strikethrough: Boolean!
spoiler: Boolean!
sarcasm: Boolean!
}

Fields

RTEConfiguration.enabled ● Boolean! non-null scalar

enabled when true turns on basic RTE features including bold, italic, quote, and bullet list.

RTEConfiguration.strikethrough ● Boolean! non-null scalar

strikethrough when true turns on the strikethrough feature.

RTEConfiguration.spoiler ● Boolean! non-null scalar

spoiler when true turns on the spoiler feature.

RTEConfiguration.sarcasm ● Boolean! non-null scalar

sarcasm when true turns on the sarcasm feature.

Member Of

Settings object