Search results

ContentType API in JavaScript (ES5) Blockeditor API control

Defines the type of content a block can hold. This enum represents various content formats supported in the editor.

  • Code - Represents a code snippet.
  • Date - Represents a date block.
  • Emoji - Represents an emoji.
  • Equation - Represents a mathematical equation.
  • Label - Represents a label or tag.
  • Link - Represents a hyperlink.
  • Mention - Represents a user mention.
  • Text - Represents plain text content.