wp-digital / wp-block-collapsible-section
Displays collapsible section with inner blocks
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 1
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.1
- composer/installers: ^1.9
This package is auto-updated.
Last update: 2024-10-26 15:20:27 UTC
README
Description
Displays collapsible section with inner blocks
Install
-
Preferable way is to use Composer:
composer require wp-digital/wp-block-collapsible-section
-
Alternate way is to clone this repo to
wp-content/plugins/
:cd wp-content/plugins/ git clone git@github.com:wp-digital/wp-block-collapsible-section.git
Activate Custom Table with WP-CLI
wp plugin activate wp-block-collapsible-section
or from Plugins page.