WordPress blocks are a new way to create and organize content in WordPress editor (i.e. Gutenberg Block Editor or Block Editor) introduced in the version 5.0 of the WordPress. Now every element like paragraph, heading, quote, code etc. is a WordPress block with customization options which allows the user to have more control over the design and presentation of the content.
Blocks treat Paragraphs, Headings, Media, and Embeds all as components that, when strung together, make up the content stored in the WordPress database, replacing the traditional concept of freeform text with embedded media and shortcodes. The new editor is designed with progressive enhancement, meaning that it is back-compatible with all legacy content, and it also offers a process to try to convert and split a Classic block into equivalent blocks using client-side parsing. Finally, the blocks offer enhanced editing and format controls.
https://developer.wordpress.org/block-editor/
Features of WordPress Blocks:
- Allow user to focus on creating the content without worrying about the underlying technicalities
- The appearance of the content added via blocks can be customized using the block settings/ options
- The blocks can be dragged and dropped to adjust the position in page layouts
- The blocks can be duplicated, made reusable and grouped
- The blocks can be transformed to other supported block types
- Custom blocks can be added using the Block API
- The behavior/appearance of existing blocks can be modified as well
List of Default WordPress Blocks (66):
Common – WordPress Blocks:
- Paragraph
- Heading
- List
- Quote
- Image
- Gallery
- Audio
- Cover
- File
- Video
Formatting – WordPress Blocks:
- Code
- Table
- Classic
- Custom HTML Code
- Preformatted
- Pull-quote
- Verse
Layout Elements – WordPress Blocks:
- Button
- Columns
- Group
- Media & Text
- More
- Page Break
- Separator
- Spacer
Widgets – WordPress Blocks:
- Shortcode
- Archives
- Calendar
- Categories
- Latest Comments
- Latest Posts
- RSS
- Search
- Tag Cloud
Embeds – WordPress Blocks
- Embed
- WordPress
- YouTube
- SoundCloud
- Spotify
- Flicker
- Vimeo
- Animoto
- Cloudup
- Crowdsignal
- Dailymotion
- Hulu
- Imgur
- Issuu
- Kickstarter
- Meetup.com
- Mixcloud
- Reverbnation
- Screencast
- Scribd
- Slideshare
- Smugmug
- Speaker deck
- TED
- Tumbler
- VideoPress
- WordPress.tv
- Amazon Kindle
References: