RichTextObjectType
Standard objects that use the rich text editor.
Inherits str so that members are usable anywhere an object type string is
expected: :class:RichTextFileService takes the object type as a plain str
so other bricks can scope their own rich text files (e.g. gws_project's
project_document) without extending this enum.