Skip to content

Instantly share code, notes, and snippets.

@ravewebdev
Last active July 7, 2020 22:50
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 ravewebdev/f4b1757ea80ddc42e1754118fff2ca45 to your computer and use it in GitHub Desktop.
Save ravewebdev/f4b1757ea80ddc42e1754118fff2ca45 to your computer and use it in GitHub Desktop.
1.1.1. Create an ID attribute for your block
registerBlockType( 'rave/initiative-tracker', {
title: __( 'Initiative Tracker', 'initiative-tracker' ),
attributes: {
id: {
type: 'string',
default: '',
},
},
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment