Skip to content

Latest commit

Β 

History

History
8 lines (6 loc) Β· 701 Bytes

README.md

File metadata and controls

8 lines (6 loc) Β· 701 Bytes

Custom Tweet Block for Gutenberg

This is a basic custom Tweet Block for Gutenberg. Files explained below.

  • block.js β€” We register Custom Gutenberg block here.
  • editor.css _ Block CSS for the editor.
  • style.css β€” Block CSS for the front end.
  • index.php β€” Enqueue block's assets for the editor and the front end.