Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Forked from DavidPeralvarez/core-blocks.txt
Last active October 24, 2021 00:06
Show Gist options
  • Save Lovor01/b1624545bbab01ede06ac3fb03ec410e to your computer and use it in GitHub Desktop.
Save Lovor01/b1624545bbab01ede06ac3fb03ec410e to your computer and use it in GitHub Desktop.
Gutenberg core blocks list

Get all registered blocks in console

wp.blocks.getBlockTypes()

//A list of all blocks: https://github.com/WordPress/gutenberg/tree/master/packages/block-editor/src/components/inner-blocks // Útil para filtros de Gutenberg como "allowed_block_types"

  • archives
  • audio
  • button
  • categories
  • code
  • column
  • columns
  • coverImage
  • embed
  • file
  • freeform
  • gallery
  • heading
  • html
  • image
  • latestComments
  • latestPosts
  • list
  • more
  • nextpage
  • paragraph
  • preformatted
  • pullquote
  • quote
  • reusableBlock
  • separator
  • shortcode
  • spacer
  • subhead
  • table
  • textColumns
  • verse
  • video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment