https://github.com/devfle/expansion-panel-block
Gutenberg Expansion Panel Block
https://github.com/devfle/expansion-panel-block
Last synced: 9 months ago
JSON representation
Gutenberg Expansion Panel Block
- Host: GitHub
- URL: https://github.com/devfle/expansion-panel-block
- Owner: devfle
- Archived: true
- Created: 2020-11-21T17:21:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:12:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T04:30:11.746Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gutenberg Expansion Panel Block

This is an expansion panel block for Wordpress's own page builder Gutenberg. To install the block, the latest version of the Gutenberg plugin should be installed. To use the block, you also need to install the plugin from this repository.
With an expansion panel, a lot of content can be hidden in a handy box that can be opened with a click.
## For the development
### build plugin
```bash
npm run build
```
### watch and build plugin
```bash
npm start
```
### lint code
```bash
npm run lint:css or npm run lint:js
```
### format js
```bash
npm run format:js
```
If there are bugs, questions or feature requests, do not hesitate to open an issue.