innocode-digital/wp-block-accordion

This package is abandoned and no longer maintained. The author suggests using the wp-digital/wp-block-accordion package instead.

List of items with title and content.

Installs: 1 266

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 11

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

2.4.2 2023-06-22 12:03 UTC

This package is auto-updated.

Last update: 2023-06-22 12:04:57 UTC


README

Description

List of items with title and content.

Demo

Accordion Block

Install

  • Preferable way is to use Composer:

    composer require wp-digital/wp-block-accordion
    
  • Alternate way is to clone this repo to wp-content/plugins/:

    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-accordion.git
    

Activate Accordion Block with WP-CLI wp plugin activate wp-block-accordion or from Plugins page.