Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 327 Bytes

File metadata and controls

17 lines (12 loc) · 327 Bytes

BlocksMg - Gutenberg Custom Blocks

Register a new block

Inside folder blocks

npx @wordpress/create-block@latest --no-plugin

  • dynamic
  • block slug, the same folder name for your block
  • namespace - blocksmg
  • title block
  • description - optional
  • dashicon - smiley
  • category - widgets default

npm run start