preseto/block-context

WordPress plugin for showing or hiding Gutenberg blocks depending on context.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 3

Forks: 2

Open Issues: 7

Type:wordpress-plugin

0.1.1 2019-03-03 15:13 UTC

This package is auto-updated.

Last update: 2024-04-04 17:19:54 UTC


README

A WordPress plugin to show or hide WordPress editor (Gutenberg) blocks in context.

Build Status Coverage Status

Source of the Gutenberg Block Context plugin for WordPress.

Requirements

Install

  • Search for "Block Context" under "Plugins → Add New" in your WordPress dashboard.

  • Install as a Composer dependency:

    composer require preseto/block-context
    

Feature Roadmap

See the roadmap.

Development

  1. Clone the plugin repository:

    git clone https://github.com/preseto/block-context.git
    cd block-context
    
  2. Setup the development environment and tools using Node.js and Composer:

    npm install
    
  3. Start a virtual testing environment using Vagrant and VirtualBox:

    vagrant up
    

    which will be available at http://blockcontext.local after provisioning (username: admin, password: password).

  4. Build the plugin JS and CSS assets:

    npm run build
    

Screenshots

Block Context settings

Credits

Created by Kaspars Dambis.