Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wp-digital/wp-block-expand

Short text with simple CTA to see full text.
https://github.com/wp-digital/wp-block-expand

block expand expandable gutenberg-blocks wordpress-plugin

Last synced: about 1 month ago
JSON representation

Short text with simple CTA to see full text.

Awesome Lists containing this project

README

        

# Expandable Block

### Description

Short text with simple CTA to see full text.

### Demo

[Expandable Block](https://demo.wpd.digital/expandable-block/)

### Install

- Preferable way is to use [Composer](https://getcomposer.org/):

````
composer require wp-digital/wp-block-expand
````

- Alternate way is to clone this repo to `wp-content/plugins/`:

````
cd wp-content/plugins/
git clone [email protected]:wp-digital/wp-block-expand.git
````

Activate **Expandable Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-expand` or from **Plugins** page.

### Documentation

There are few [constants](./src/constants/editor.js) which give a possibility to customize behaviour a bit.