https://github.com/backdrop-contrib/paragraphs_jquery_ui_accordion
An accordion display for paragraph title and description content on Backdrop CMS
https://github.com/backdrop-contrib/paragraphs_jquery_ui_accordion
accordion backdrop backdropcms cms paragraphs
Last synced: 8 months ago
JSON representation
An accordion display for paragraph title and description content on Backdrop CMS
- Host: GitHub
- URL: https://github.com/backdrop-contrib/paragraphs_jquery_ui_accordion
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2020-12-21T05:52:07.000Z (over 5 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-07-27T18:33:27.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:16:23.251Z (almost 2 years ago)
- Topics: accordion, backdrop, backdropcms, cms, paragraphs
- Language: JavaScript
- Homepage: https://backdropcms.org/project/paragraphs_jquery_ui_accordion
- Size: 33.2 KB
- Stars: 1
- Watchers: 11
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paragraphs jQuery UI Accordion
Paragraphs jQuery UI Accordion is a module to create paragraphs with accordion effect in your content.
It based on jQuery UI Accordion plugin which already included in core, so no need to install additional libraries. See examples on https://jqueryui.com/accordion/
## Features
* Ability to use it together with other paragraphs bundles
* Ability to use several accordions on the same page
* Unique SEO link hashes (multilanguage support)
* Optional autoscroll to active paragraph (admin toolbar support)
* Configurable accordion options
* Completely standalone and flexible (not depends on specific entity types and fields)
## Installation
* Ensure [Paragraphs](https://github.com/backdrop-contrib/paragraphs) module is enabled.
* Install this module using the official [Backdrop CMS instructions](https://backdropcms.org/user-guide/modules).
## Usage
* Create new paragraphs bundle eg. 'accordion_paragraph'
* Add text fields for Title and Description to created bundle
* Add a new paragraphs multiple field to your content type or entity.
* Go to your entity's Manage display screen and choose Paragraphs jQuery UI Accordion for the format
* Select proper fields for Title and Description
* You are now ready to add Accordions to your entity!
If you need to include more than one field as the Description or you need to
include an Entity Reference field, you could use
[Paragraphs jQuery UI Accordion 2](https://github.com/backdrop-contrib/paragraphs_jquery_ui_accordion2),
which is a fork of this module that uses paragraph display modes instead of
selecting an individual Description field.
## Issues
Bugs should be reported in the [Issue Queue](https://github.com/backdrop-contrib/paragraphs_jquery_ui_accordion/issues).
## Current Maintainers
* [Alan Mels](https://github.com/alanmels) of [AltaGrade](https://www.altagrade.com)
* [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk)
Credits
-------
Created for Drupal by [Maksym Shakhrai](https://github.com/maxdev)
Ported to Backdrop by [Alan Mels](https://github.com/alanmels)
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.