Skip to content

Fork of: Demo plugin for CSS-Tricks article about WordPress block filters

Notifications You must be signed in to change notification settings

bissy/intro-to-block-filters--animation

 
 

Repository files navigation

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

About

Fork of: Demo plugin for CSS-Tricks article about WordPress block filters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • PHP 31.4%
  • CSS 5.2%