RTEConfigurationInput
RTEConfigurationInput specifies the configuration for the rte.
input RTEConfigurationInput {
enabled: Boolean!
strikethrough: Boolean!
spoiler: Boolean!
}
Fields
RTEConfigurationInput.enabled
● Boolean!
non-null scalar
enabled when true turns on basic RTE features including bold, italic, quote, and bullet list.
RTEConfigurationInput.strikethrough
● Boolean!
non-null scalar
strikethrough when true turns on the strikethrough feature.
RTEConfigurationInput.spoiler
● Boolean!
non-null scalar
spoiler when true turns on the spoiler feature.
Member Of
SettingsInput
input