Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/paragraphs_collapsible
https://github.com/amazeelabs/paragraphs_collapsible
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amazeelabs/paragraphs_collapsible
- Owner: AmazeeLabs
- Created: 2016-04-06T21:22:12.000Z (almost 9 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-06-02T09:05:05.000Z (over 3 years ago)
- Last Synced: 2024-11-22T23:32:40.360Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 27
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#This is now on https://www.drupal.org/project/paragraphs_collapsible
# Collapsible plugin for paragraphs widget
Improves the Paragraphs widget by applying CSS tweaks and collapsible feature
# Install
Add the module using git modules:
```bash
git submodule add [email protected]:AmazeeLabs/paragraphs_collapsible.git \
modules/custom/paragraphs_collapsible/
```Enable it:
```bash
drush en paragraphs_collapsible -y
```
No configuration required.