Skip to content

Instantly share code, notes, and snippets.

@kharissulistiyo
Created January 6, 2020 23:39
Show Gist options
  • Save kharissulistiyo/07ffdb16213fec4e0d166b916c68b9e2 to your computer and use it in GitHub Desktop.
Save kharissulistiyo/07ffdb16213fec4e0d166b916c68b9e2 to your computer and use it in GitHub Desktop.
Save block depending on its settings
save: function( props ) {
var attributes = props.attributes;
return(
el( 'div', { className: props.className },
el( 'p', {}, i18n.__( 'Card block is here', 'risbl-card-block' ) ),
// Other HTML elements goes here
)
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment