Przejdź do głównej zawartości

RichTextFormat

Representation to return for a rich-text field. HTML is ready-to-render markup (default). TEXT is plain text, for content previews, snippets, and search indexing (for SEO meta tags use the dedicated seo fields). JSON is the structured document, for building your own renderer.

enum RichTextFormat {
HTML
JSON
TEXT
}

Values

RichTextFormat.HTML

RichTextFormat.JSON

RichTextFormat.TEXT