Skip to content

Instantly share code, notes, and snippets.

@rickgregory
Created July 10, 2021 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickgregory/02b89c7daa681e23e734486abd2e308f to your computer and use it in GitHub Desktop.
Save rickgregory/02b89c7daa681e23e734486abd2e308f to your computer and use it in GitHub Desktop.
<div
class="wp-block-group__inner-container block-editor-block-list__layout"
data-is-drop-zone="true"
>
<div
class="block-editor-block-list__block wp-block"
id="block-8daf5358-8d64-4cc4-a89c-66e0f00ffe4d"
tabindex="0"
role="group"
aria-label="Block: Practice Area Card"
data-block="8daf5358-8d64-4cc4-a89c-66e0f00ffe4d"
data-type="acf/practice-area-card"
data-title="Practice Area Card"
>
<div class="acf-block-component acf-block-body">
<div>
<div class="acf-block-preview">
<div class="card">
<figure><img src="" /></figure>
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
<div
class="block-editor-block-list__block wp-block"
id="block-ae244852-1cfb-474a-9da9-c4ae1364f6f3"
tabindex="0"
role="group"
aria-label="Block: Practice Area Card"
data-block="ae244852-1cfb-474a-9da9-c4ae1364f6f3"
data-type="acf/practice-area-card"
data-title="Practice Area Card"
>
<div class="acf-block-component acf-block-body">
<div>
<div class="acf-block-preview">
<div class="card">
<figure><img src="" /></figure>
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
<div
class="block-editor-block-list__block wp-block"
id="block-62a2b16b-8523-4e77-b531-e76e0ea12dab"
tabindex="0"
role="group"
aria-label="Block: Practice Area Card"
data-block="62a2b16b-8523-4e77-b531-e76e0ea12dab"
data-type="acf/practice-area-card"
data-title="Practice Area Card"
>
<div class="acf-block-component acf-block-body">
<div>
<div class="acf-block-preview">
<div class="card">
<figure><img src="" /></figure>
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
<div tabindex="-1" class="block-list-appender">
<div
data-root-client-id="8107aad1-cb6a-4e0c-b243-2dae8f2165d4"
class="block-editor-default-block-appender"
>
<p
tabindex="0"
contenteditable="true"
role="button"
aria-label="Add block"
class="wp-block block-editor-default-block-appender__content"
>

</p>
<div class="components-dropdown block-editor-inserter">
<button
type="button"
aria-haspopup="true"
aria-expanded="false"
class="components-button block-editor-inserter__toggle has-icon"
aria-label="Add block"
>
<svg
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
role="img"
aria-hidden="true"
focusable="false"
>
<path d="M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"></path>
</svg>
</button>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment