Skip to content

Instantly share code, notes, and snippets.

@imath
Created February 25, 2020 04:33
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 imath/d00b96c115ad838135a5a545c6252fa3 to your computer and use it in GitHub Desktop.
Save imath/d00b96c115ad838135a5a545c6252fa3 to your computer and use it in GitHub Desktop.
Exemple de bloc WordPress sauvegardé dans le champ `post_content` d'un type de publication
<!-- wp:wpqba/block {"wpqbaAttributeOne":"Un","wpqbaAttributeTwo":1} -->
<div class="wp-block-wpqba-block">
<h2>Test inputs</h2>
<div class="row">
<div class="label">
<span>Test input One</span>
</div>
<div class="value">
<span>Un</span>
</div>
<div class="label">
<span>Test input Two</span>
</div>
<div class="value">
<span>1</span>
</div>
</div>
</div>
<!-- /wp:wpqba/block -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment