Skip to main content

StoryMessageBox

StoryMessageBox stores settings related to the Story Message Box.

type StoryMessageBox {  enabled: Boolean!  icon: String  content: String}

Fields#

enabled (Boolean!)#

enable when true will enable the Message Box on the comment stream.

icon (String)#

icon when set will reference the string for the Message box used by the Message Box.

content (String)#

content when set contains the actual markup for the Message Box.