Skip to content

Instantly share code, notes, and snippets.

@AndreaBarghigiani
Created October 11, 2018 13:37
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 AndreaBarghigiani/00851770101bdb15853d5fb304b88572 to your computer and use it in GitHub Desktop.
Save AndreaBarghigiani/00851770101bdb15853d5fb304b88572 to your computer and use it in GitHub Desktop.
Gutenberg Error
Block validation: Block validation failed for `sam-gutenberg/cta` (
Object { name: "sam-gutenberg/cta", title: "SAM Call to Action", description: "Utile blocco per la creazione di una Call to Action da inserire nella pagina", category: "common", icon: {…}, keywords: (2) […], attributes: {…}, edit: edit()
, save: save()
}
).
Expected:
<div class="wp-block-sam-gutenberg-cta" style="background-color:#333333;border-radius:10;color:#ffffff"><h3 class="cta-title" style="color:#ffffff">La tua CTA</h3><p class="cta-message">Questo dovrebbe essere un messaggio</p><div class="wrapper-cta-btn"><a class="cta-btn" href="http://skillsandmore.org" style="background-color:#d32f2f;color:#E0E0E0;border-radius:10">Cliccami adesso!</a></div></div>
Actual:
<div class="wp-block-sam-gutenberg-cta" style="background-color:#333333;border-radius:10;color:#ffffff"><h3 class="cta-title" style="color:#ffffff">La tua CTA<br/></h3><p class="cta-message">Questo dovrebbe essere un messaggio</p><div class="wrapper-cta-btn"><a class="cta-btn" href="http://skillsandmore.org" style="background-color:#d32f2f;color:#E0E0E0;border-radius:10">Cliccami adesso!</a></div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment