Block Editor (Gutenberg)

Blocks
9 Topics
Default Blocks
Creating a block
Basic (Static) Blocks
Dynamic Blocks
Block Supports
Block Attributes and Editable Field
Block Controls: Block Toolbar and Settings Sidebar
Nested Blocks: Using InnerBlocks
Block API Reference
References for Gutenberg
Quiz – Block Editor
rtlearn logo
Previous Topic
Next Topic

Block Supports

Block Editor (Gutenberg) Blocks Block Supports

Block Supports allows a block to declare support for certain features. Go through the following documentation and examples.

  • Block Supports
    • List of Block Supports
  • Block Supports in dynamic blocks
  • Examples
    • https://github.com/WordPress/gutenberg-examples/tree/trunk/08-block-supports-esnext
    • https://github.com/chandrapatel/learn-gutenberg#block-supports
Previous Topic
Back to Lesson
Next Topic