Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Created January 27, 2023 21:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepittenger/64820cf1cb87ca136d80305ef20ba5db to your computer and use it in GitHub Desktop.
Save lepittenger/64820cf1cb87ca136d80305ef20ba5db to your computer and use it in GitHub Desktop.
Test Gutenberg Blocks Content
<!-- wp:group {"backgroundColor":"vivid-red","textColor":"white","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-white-color has-vivid-red-background-color has-text-color has-background"><!-- wp:paragraph -->
<p><strong>Each block type is on a separate page.</strong> </p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">Use the links at the bottom of this page to navigate between pages.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Text Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Text Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:heading {"level":1} -->
<h1>H1 Heading Block</h1>
<!-- /wp:heading -->
<!-- wp:heading -->
<h2>H2 Heading Block</h2>
<!-- /wp:heading -->
<!-- wp:heading {"level":3} -->
<h3>H3 Heading Block</h3>
<!-- /wp:heading -->
<!-- wp:heading {"level":4} -->
<h4>H4 Heading Block</h4>
<!-- /wp:heading -->
<!-- wp:heading {"level":5} -->
<h5>H5 Heading Block</h5>
<!-- /wp:heading -->
<!-- wp:heading {"level":6} -->
<h6>H6 Heading Block</h6>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><strong>This is a paragraph block.</strong> Professionally productize highly efficient results with world-class core competencies. Objectively matrix leveraged architectures vis-a-vis error-free applications. Completely maximize customized portals via fully researched metrics. Enthusiastically generate premier action items through web-enabled e-markets. Efficiently parallel task holistic intellectual capital and client-centric markets.</p>
<!-- /wp:paragraph -->
<!-- wp:list -->
<ul><!-- wp:list-item -->
<li><strong>Bulleted List</strong></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 2<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Child List Item 1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>Child List Item 2</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 3</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 4<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Child List Item</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>Child List Item 2</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->
<!-- wp:list {"ordered":true} -->
<ol><!-- wp:list-item -->
<li><strong>Numbered List</strong></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 2<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Child List Item 1</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>Child List Item 2</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 3</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>List Item 4<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Child List Item</li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li>Child List Item 2</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item --></ol>
<!-- /wp:list -->
<!-- wp:quote -->
<blockquote class="wp-block-quote"><!-- wp:paragraph -->
<p>You can’t have an up without a down. You can’t have a left without a right. This is duality. If you have a problem, you must already have the solution. The question is, do you really want the solution, or do you want to perpetuate the problem?</p>
<!-- /wp:paragraph --><cite>Byron Katie</cite></blockquote>
<!-- /wp:quote -->
<p>This is a <strong>Classic Editor</strong> block.</p>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<pre>Preformatted</pre>
<p>End of classic editor block</p>
<!-- wp:code -->
<pre class="wp-block-code"><code>&lt;?php
/**
* Plugin Name: Sandbox Plugin
* Plugin URI: PLUGIN SITE HERE
* Description: PLUGIN DESCRIPTION HERE
* Author: YOUR NAME HERE
* Author URI: YOUR SITE HERE
* Text Domain: sandbox-plugin
* Domain Path: /languages
* Version: 0.1.0
*
* @package Sandbox_Plugin
*/
// Your code starts here.
function wpdocs_register_block_patterns() {
register_block_pattern(
'wpdocs/my-example',
array(
'title' =&gt; __( 'About Page', 'textdomain' ),
'description' =&gt; _x( 'This is my first block pattern', 'Block pattern description', 'textdomain' ),
'content' =&gt; '&lt;!-- wp:columns {"align":"full"} --&gt;
&lt;div class="wp-block-columns alignfull"&gt;&lt;!-- wp:column {"width":"66.66%"} --&gt;
&lt;div class="wp-block-column" style="flex-basis:66.66%"&gt;&lt;!-- wp:cover {"useFeaturedImage":true,"dimRatio":50} --&gt;
&lt;div class="wp-block-cover"&gt;&lt;span aria-hidden="true" class="wp-block-cover__background has-background-dim"&gt;&lt;/span&gt;&lt;div class="wp-block-cover__inner-container"&gt;&lt;!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --&gt;
&lt;p class="has-text-align-center has-large-font-size"&gt;&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;&lt;/div&gt;&lt;/div&gt;
&lt;!-- /wp:cover --&gt;&lt;/div&gt;
&lt;!-- /wp:column --&gt;
&lt;!-- wp:column {"verticalAlignment":"center","width":"33.33%"} --&gt;
&lt;div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"&gt;&lt;!-- wp:post-title {"level":1} /--&gt;
&lt;!-- wp:paragraph --&gt;
&lt;p&gt;My name is Lauren&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;&lt;/div&gt;
&lt;!-- /wp:column --&gt;&lt;/div&gt;
&lt;!-- /wp:columns --&gt;
&lt;!-- wp:heading {"textAlign":"center"} --&gt;
&lt;h2 class="has-text-align-center"&gt;True Story&lt;/h2&gt;
&lt;!-- /wp:heading --&gt;
&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque venenatis mi in finibus semper. Proin et lacus ac nisi accumsan pharetra ut et turpis. Phasellus dapibus augue eget dictum malesuada. Donec facilisis erat nulla, id volutpat enim luctus ut. &lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;
&lt;!-- wp:paragraph --&gt;
&lt;p&gt;Nulla leo ex, feugiat vel quam eget, blandit scelerisque lacus. Nam facilisis justo eu lacinia congue. Duis posuere pharetra nisl sit amet condimentum. Pellentesque metus nunc, luctus accumsan rutrum sed, placerat lacinia turpis.&lt;/p&gt;
&lt;!-- /wp:paragraph --&gt;',
'categories' =&gt; array( 'text' ),
'keywords' =&gt; array( 'cta', 'demo', 'example' ),
'viewportWidth' =&gt; 800,
'blockTypes' =&gt; array( 'core/post-content' ),
)
);
add_image_size( 'my-custom-size', 123, 123 );
add_filter( 'edit_custom_thumbnail_sizes', '__return_true' );
}
add_action( 'after_setup_theme', 'wpdocs_register_block_patterns' );</code></pre>
<!-- /wp:code -->
<!-- wp:preformatted -->
<pre class="wp-block-preformatted">Preformatted block. Lorem ipsum dolor sit amet malesuada etiam sed.
Iaculis imperdiet blandit cursus pharetra quis nullam eros.</pre>
<!-- /wp:preformatted -->
<!-- wp:pullquote -->
<figure class="wp-block-pullquote"><blockquote><p>I am a lover of what is, not because I'm a spiritual person, but because it hurts when I argue with reality. We can know that reality is good just as it is because when we argue with it, we experience tension and frustration. We don't feel natural or balanced. When we stop opposing reality, action becomes simple, fluid, kind, and fearless.</p><cite>Byron Katie</cite></blockquote></figure>
<!-- /wp:pullquote -->
<!-- wp:table {"hasFixedLayout":true} -->
<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Column 1</th><th>Column 2</th><th>Column 3</th></tr></thead><tbody><tr><td>Slices mozzarella ricotta</td><td>Roquefort babybel dolcelatte</td><td>Bavarian the fromage moved jarlsberg</td></tr><tr><td>Slices smelly feet triangles when</td><td>Salut cheddar macaroni toast</td><td>Feta babybel feta cheese</td></tr><tr><td>Macaroni dolcelatte out</td><td>Port say</td><td>Rubber the fondue</td></tr><tr><td>Monterey paneer macaroni camembert out when pepper castello squirty salut cheese slices cheesy.</td><td>St</td><td>Brie macaroni</td></tr></tbody><tfoot><tr><td>Footer 1</td><td>Footer 2</td><td>Footer 3</td></tr></tfoot></table></figure>
<!-- /wp:table -->
<!-- wp:verse -->
<pre class="wp-block-verse"><strong>The Road Not Taken
</strong>by Robert Frost
Two roads diverged in a yellow wood,
And sorry I could not travel both
And be one traveler, long I stood
And looked down one as far as I could
To where it bent in the undergrowth;
Then took the other, as just as fair,
And having perhaps the better claim,
Because it was grassy and wanted wear;
Though as for that the passing there
Had worn them really about the same,
And both that morning equally lay
In leaves no step had trodden black.
Oh, I kept the first for another day!
Yet knowing how way leads on to way,
I doubted if I should ever come back.
I shall be telling this with a sigh
Somewhere ages and ages hence:
Two roads diverged in a wood, and I—
I took the one less traveled by,
And that has made all the difference.</pre>
<!-- /wp:verse -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Media Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Media Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:image {"sizeSlug":"large"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/1920/1080" alt=""/><figcaption class="wp-element-caption"><strong>Image Block</strong> with a caption</figcaption></figure>
<!-- /wp:image -->
<!-- wp:gallery {"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":14,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/800/600" alt="" class="wp-image-14"/></figure>
<!-- /wp:image -->
<!-- wp:image {"id":1692,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/600/800" alt="" class="wp-image-1692"/></figure>
<!-- /wp:image -->
<!-- wp:image {"id":1691,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/1080/810" alt="" class="wp-image-1691"/></figure>
<!-- /wp:image -->
<!-- wp:image {"id":1687,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/900/675" alt="" class="wp-image-1687"/></figure>
<!-- /wp:image -->
<!-- wp:image {"id":1686,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://picsum.photos/1332/999" alt="" class="wp-image-1686"/></figure>
<!-- /wp:image --><figcaption class="blocks-gallery-caption wp-element-caption">Gallery Caption</figcaption></figure>
<!-- /wp:gallery -->
<!-- wp:audio -->
<figure class="wp-block-audio"><audio controls src="https://download.samplelib.com/mp3/sample-3s.mp3"></audio><figcaption class="wp-element-caption"><strong>Audio</strong></figcaption></figure>
<!-- /wp:audio -->
<!-- wp:cover {"url":"https://picsum.photos/1920/1080","dimRatio":50,"isDark":false,"style":{"color":{}}} -->
<div class="wp-block-cover is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="https://picsum.photos/1920/1080" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","fontSize":"large"} -->
<p class="has-text-align-center has-large-font-size"><strong>Cover Block</strong> with text over image</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:cover -->
<!-- wp:cover {"url":"https://picsum.photos/1920/1080","dimRatio":50,"isDark":false,"style":{"color":{"duotone":["#cf2e2e","#f78da7"]}}} -->
<div class="wp-block-cover is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="https://picsum.photos/1920/1080" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","fontSize":"large"} -->
<p class="has-text-align-center has-large-font-size"><strong>Cover Block</strong> with text over image and duotone filter</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:cover -->
<!-- wp:media-text {"mediaId":22,"mediaLink":"https://picsum.photos/1080/810","mediaType":"image"} -->
<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://picsum.photos/1080/810" alt="" class="wp-image-22 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:heading -->
<h2>Media &amp; Text Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Macaroni triangles say ricotta monterey goat babybel pepper gouda croque bavarian salut jarlsberg.</p>
<!-- /wp:paragraph -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">Button</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div></div>
<!-- /wp:media-text -->
<!-- wp:video -->
<figure class="wp-block-video"><video controls src="https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4"></video><figcaption class="wp-element-caption"><strong>Video Block</strong></figcaption></figure>
<!-- /wp:video -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Design Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Design Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">Button Block, Fill Style</a></div>
<!-- /wp:button -->
<!-- wp:button {"className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="#">Button Block, Outline Style</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading -->
<h2>Columns Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Biscuits caerphilly mozzarella frais everyone roquefort everyone ricotta.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Goat boursin parmesan stinking jarlsberg brie ricotta cottage frais cow cheese manchego brie fondue grin.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading -->
<h2>Columns Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Grin biscuits camembert cut roquefort hard cottage salut bergkase slices biscuits. Croque happy bavarian hard melted swiss edam agur cheesy st bavarian. Cheesecake moved roquefort loves feta cheesecake leicester feta bocconcini say cheesy the fromage smelly. Out castello feta comes macaroni everyone frais lancashire out hard everybody grin. </p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Group Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Rubber cream mozzarella everybody taleggio caerphilly paneer bergkase cream happy monsieur. St squirty rubber cottage swiss salut fondue fontina paneer cut. Cheesecake grin stinking manchego big taleggio fromage st. Frais goat stilton queso goat parmesan bocconcini fontina brie edam. Toast bavarian rubber cheddar airedale fondue st melted queso big pepper.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Melted strings slices jack feet taleggio jarlsberg agur moved bergkase croque feta caerphilly when. Cheesy halloumi st taleggio edam gouda bergkase de taleggio. Pecorino de fontina chalk lancashire mascarpone red fontina cheddar cow on port. Loves triangles goat feet everybody pepper chalk monterey parmesan cheese say rubber. De pecorino boursin danish queso feta parmesan blue fontina fromage st fontina big monsieur.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Row Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Triangles brie triangles</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Stack Block</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Parmesan triangles fontina</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:separator -->
<hr class="wp-block-separator has-alpha-channel-opacity"/>
<!-- /wp:separator -->
<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Widgets Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Widget Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:archives {"showPostCounts":true} /-->
<!-- wp:archives {"displayAsDropdown":true,"showPostCounts":true} /-->
<!-- wp:calendar /-->
<!-- wp:categories {"showHierarchy":true,"showPostCounts":true,"showEmpty":true} /-->
<!-- wp:categories {"displayAsDropdown":true,"showHierarchy":true,"showPostCounts":true,"showEmpty":true} /-->
<!-- wp:html -->
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<!-- /wp:html -->
<!-- wp:latest-comments /-->
<!-- wp:latest-posts {"displayPostContent":true,"displayAuthor":true,"displayPostDate":true,"displayFeaturedImage":true} /-->
<!-- wp:latest-posts {"postsToShow":6,"displayAuthor":true,"displayPostDate":true,"postLayout":"grid","displayFeaturedImage":true} /-->
<!-- wp:page-list /-->
<!-- wp:rss {"feedURL":"https://central.wordcamp.org/wordcamps/feed/","displayExcerpt":true,"displayAuthor":true,"displayDate":true,"excerptLength":20} /-->
<!-- wp:rss {"blockLayout":"grid","feedURL":"https://central.wordcamp.org/wordcamps/feed/","itemsToShow":4,"displayExcerpt":true,"displayAuthor":true,"displayDate":true,"excerptLength":20} /-->
<!-- wp:search {"label":"Search","buttonText":"Search"} /-->
<!-- wp:search {"label":"Search","buttonText":"Search","buttonPosition":"button-inside"} /-->
<!-- wp:search {"label":"Search","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /-->
<!-- wp:social-links -->
<ul class="wp-block-social-links"><!-- wp:social-link {"url":"#","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"etsy"} /-->
<!-- wp:social-link {"url":"#","service":"feed"} /--></ul>
<!-- /wp:social-links -->
<!-- wp:social-links {"className":"is-style-logos-only"} -->
<ul class="wp-block-social-links is-style-logos-only"><!-- wp:social-link {"url":"#","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"etsy"} /-->
<!-- wp:social-link {"url":"#","service":"feed"} /--></ul>
<!-- /wp:social-links -->
<!-- wp:social-links {"iconBackgroundColor":{},"className":"is-style-pill-shape"} -->
<ul class="wp-block-social-links is-style-pill-shape"><!-- wp:social-link {"url":"#","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"etsy"} /-->
<!-- wp:social-link {"url":"#","service":"feed"} /--></ul>
<!-- /wp:social-links -->
<!-- wp:social-links {"iconBackgroundColor":{},"showLabels":true,"className":"is-style-pill-shape"} -->
<ul class="wp-block-social-links has-visible-labels is-style-pill-shape"><!-- wp:social-link {"url":"#","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"etsy"} /-->
<!-- wp:social-link {"url":"#","service":"feed"} /--></ul>
<!-- /wp:social-links -->
<!-- wp:tag-cloud /-->
<!-- wp:tag-cloud {"showTagCounts":true,"className":"is-style-outline"} /-->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Theme Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Theme Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:navigation {"ref":1865,"overlayMenu":"never"} /-->
<!-- wp:navigation {"ref":1865,"layout":{"type":"flex","justifyContent":"right"}} /-->
<!-- wp:navigation {"ref":1865,"overlayMenu":"always","layout":{"type":"flex","justifyContent":"left"}} /-->
<!-- wp:navigation {"ref":1865,"overlayMenu":"always","layout":{"type":"flex","justifyContent":"right"}} /-->
<!-- wp:site-logo {"shouldSyncIcon":true} /-->
<!-- wp:site-logo {"shouldSyncIcon":true,"className":"is-style-rounded"} /-->
<!-- wp:site-title /-->
<!-- wp:site-tagline /-->
<!-- wp:query {"queryId":15,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"parents":[]}} -->
<div class="wp-block-query"><!-- wp:post-template -->
<!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-excerpt /-->
<!-- /wp:post-template -->
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"left"}} -->
<!-- wp:query-pagination-previous {"label":"Previous"} /-->
<!-- wp:query-pagination-numbers /-->
<!-- wp:query-pagination-next {"label":"Next"} /-->
<!-- /wp:query-pagination -->
<!-- wp:query-no-results -->
<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
<p></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results --></div>
<!-- /wp:query -->
<!-- wp:query {"queryId":37,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
<div class="wp-block-query"><!-- wp:post-template -->
<!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-featured-image {"isLink":true,"align":"wide"} /-->
<!-- wp:post-excerpt /-->
<!-- wp:separator {"opacity":"css"} -->
<hr class="wp-block-separator has-css-opacity"/>
<!-- /wp:separator -->
<!-- wp:post-date /-->
<!-- /wp:post-template --></div>
<!-- /wp:query -->
<!-- wp:avatar {"isLink":true} /-->
<!-- wp:post-title /-->
<!-- wp:post-excerpt {"moreText":"Read more"} /-->
<!-- wp:post-featured-image /-->
<!-- wp:post-author {"showBio":true,"byline":"Post author"} /-->
<!-- wp:post-date {"format":null,"displayType":"modified"} /-->
<!-- wp:post-terms {"term":"category"} /-->
<!-- wp:post-terms {"term":"post_tag"} /-->
<!-- wp:post-navigation-link {"label":"Next Post »"} /-->
<!-- wp:post-navigation-link {"type":"previous","label":" « Previous Post"} /-->
<!-- wp:comments -->
<div class="wp-block-comments"><!-- wp:comments-title /-->
<!-- wp:comment-template -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"width":"40px"} -->
<div class="wp-block-column" style="flex-basis:40px"><!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /--></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:comment-author-name {"fontSize":"small"} /-->
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"fontSize":"small"} /-->
<!-- wp:comment-edit-link {"fontSize":"small"} /--></div>
<!-- /wp:group -->
<!-- wp:comment-content /-->
<!-- wp:comment-reply-link {"fontSize":"small"} /--></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
<!-- /wp:comment-template -->
<!-- wp:comments-pagination -->
<!-- wp:comments-pagination-previous {"label":"« Older Comments"} /-->
<!-- wp:comments-pagination-numbers /-->
<!-- wp:comments-pagination-next {"label":"Newer Comments »"} /-->
<!-- /wp:comments-pagination -->
<!-- wp:post-comments-form /--></div>
<!-- /wp:comments -->
<!-- wp:loginout {"displayLoginAsForm":true} /-->
<!-- wp:term-description /-->
<!-- wp:query-title {"type":"archive"} /-->
<!-- wp:query-title {"type":"search"} /-->
<!-- wp:post-author-biography /-->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group {"backgroundColor":"cyan-bluish-gray","textColor":"black","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-black-color has-cyan-bluish-gray-background-color has-text-color has-background"><!-- wp:heading -->
<h2>Embed Blocks</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The following are <strong>Embed Blocks</strong> as available in WordPress 6.1.1.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:embed {"url":"https://twitter.com/webdevstudios/status/1618662584374247424","type":"rich","providerNameSlug":"twitter","responsive":true} -->
<figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper">
https://twitter.com/webdevstudios/status/1618662584374247424
</div></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://youtu.be/uyqHusLmfK4","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://youtu.be/uyqHusLmfK4
</div><figcaption class="wp-element-caption">YouTube Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://us.wordcamp.org/2023/","type":"wp-embed","providerNameSlug":"wordcamp-us-2023"} -->
<figure class="wp-block-embed is-type-wp-embed is-provider-wordcamp-us-2023 wp-block-embed-wordcamp-us-2023"><div class="wp-block-embed__wrapper">
https://us.wordcamp.org/2023/
</div><figcaption class="wp-element-caption">WordPress Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://soundcloud.com/ullastraus/sad-face","type":"rich","providerNameSlug":"soundcloud","responsive":true} -->
<figure class="wp-block-embed is-type-rich is-provider-soundcloud wp-block-embed-soundcloud"><div class="wp-block-embed__wrapper">
https://soundcloud.com/ullastraus/sad-face
</div></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://open.spotify.com/playlist/1nSSJHgQJrr8pe8ggX4xkF?si=c6193931f77d4fc7","type":"rich","providerNameSlug":"spotify","responsive":true,"className":"wp-embed-aspect-21-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify wp-embed-aspect-21-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://open.spotify.com/playlist/1nSSJHgQJrr8pe8ggX4xkF?si=c6193931f77d4fc7
</div></figure>
<!-- /wp:embed -->
<!-- wp:embed {"providerNameSlug":"flickr","responsive":true} /-->
<!-- wp:embed {"url":"https://vimeo.com/170999139","type":"video","providerNameSlug":"vimeo","responsive":true} -->
<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo"><div class="wp-block-embed__wrapper">
https://vimeo.com/170999139
</div><figcaption class="wp-element-caption">Vimeo Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://cloudup.com/i9M8KnKdboA","type":"rich","providerNameSlug":"cloudup","responsive":true,"className":"wp-embed-aspect-4-3 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-rich is-provider-cloudup wp-block-embed-cloudup wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://cloudup.com/i9M8KnKdboA
</div><figcaption class="wp-element-caption">Cloudup Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://dai.ly/x8hkg06","type":"video","providerNameSlug":"dailymotion","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-dailymotion wp-block-embed-dailymotion wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://dai.ly/x8hkg06
</div><figcaption class="wp-element-caption">Dailymotion embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://imgur.com/gallery/7iZfhAd","type":"rich","providerNameSlug":"imgur","responsive":true} -->
<figure class="wp-block-embed is-type-rich is-provider-imgur wp-block-embed-imgur"><div class="wp-block-embed__wrapper">
https://imgur.com/gallery/7iZfhAd
</div><figcaption class="wp-element-caption">Imgur embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://www.mixcloud.com/quietmusic/quietmusic-january-22-hour-3-excerpt/","type":"rich","providerNameSlug":"mixcloud","responsive":true,"className":"wp-embed-aspect-21-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-rich is-provider-mixcloud wp-block-embed-mixcloud wp-embed-aspect-21-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.mixcloud.com/quietmusic/quietmusic-january-22-hour-3-excerpt/
</div><figcaption class="wp-element-caption">Mixcloud Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"providerNameSlug":"reddit","responsive":true} /-->
<!-- wp:embed {"url":"https://www.reverbnation.com/twinoaks","type":"rich","providerNameSlug":"reverbnation","responsive":true,"className":"wp-embed-aspect-9-16 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-rich is-provider-reverbnation wp-block-embed-reverbnation wp-embed-aspect-9-16 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.reverbnation.com/twinoaks
</div><figcaption class="wp-element-caption">ReverbNation Embed</figcaption></figure>
<!-- /wp:embed -->
<!-- wp:embed {"url":"https://www.ted.com/talks/matt_mullenweg_why_working_from_home_is_good_for_business?utm_campaign=tedspread\u0026utm_medium=referral\u0026utm_source=tedcomshare","type":"video","providerNameSlug":"ted","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-ted wp-block-embed-ted wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.ted.com/talks/matt_mullenweg_why_working_from_home_is_good_for_business?utm_campaign=tedspread&amp;utm_medium=referral&amp;utm_source=tedcomshare
</div></figure>
<!-- /wp:embed -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment