Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 487 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 487 Bytes

Intro to Block Filters

A demo WordPress plugin to demo WordPress block filters. It does two things:

  • Removes all alignment options from Cover block except 'full' alignment
  • Adds size selector to core button block

Installation

  • Pull the plugin repo to wp-content/plugins folder of your WordPress site
  • Navigate to plugin folder in command line and run npm install && npm run build
  • In WordPress dashboard go to Plugins and click Activate under Intro to Block Filters