Skip to main content

RTEConfigurationInput

RTEConfigurationInput specifies the configuration for the rte.

type RTEConfigurationInput {  enabled: Boolean!  strikethrough: Boolean!  spoiler: Boolean!}

Fields#

enabled (Boolean!)#

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

strikethrough (Boolean!)#

strikethrough when true turns on the strikethrough feature.

spoiler (Boolean!)#

spoiler when true turns on the spoiler feature.