Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  css
  modules
  src
  templates
  README.md
  composer.json
  dds_paragraphs.info.yml
  dds_paragraphs.libraries.yml
  dds_paragraphs.module
  dds_paragraphs.services.yml
Size: Mime:
  README.md

DDS Paragraphs

This module provides the commonly used paragraph types. It also provides functionality to create better editor experience when editing content pages with paragraph based content

Submodules provided by this module

Columns

Enable the editor to add a content section, which can contain an unlimited number of content spots. A number of content spots are provided in the following submodules, or the developer can set up new content spots. The following types of content sections are provided:

  • Full width, for displaying content spots that extends beyond the grid, filling the viewport, displayed in a single column
  • One column, for displaying content spots within the grid displayed in a single column
  • Two column, for displaying content spots in two columns. The columns can be rendered within the grid as 33/67, 50/50 or 67/33
  • Three column, for displaying content spots in three columns. Will be rendered as 33/33/33 within the grid.

Accordion

Content spot containing multiple text items rendered as an accordion.

Appetizer

Content spot containing headline, text with RTE, a link and an image. Also known as "basic content spot".

Button

Content spot containing only a button with a link, label and a target attribute

Divider

Content spot containing a graphical element used for visual effect, like a horizontal ruler

Flex wrapper

To be continued

Hero

Content spot with background image or video containing a headline, a subline and a button

Image

Content spot with an image(media entity) and an optional caption

Inline navigation

Content spot showing a number of nodes rendered as teasers. The editor can choose the nodes themselves, or they can choose a parent node, and the content spot will show all children based on the content hierarchy. The module depends on the dds_content_hierarchy module in order to do this.

News list

To be continued

Quote

Content spot containing a text with RTE and a subline for contributing a source

RTE/text

Content spot containing only a text with RTE

Slideshow

Content spot containing an unlimited amount of images(media entities) rendered as a slideshow

Video

Content spot with a video and optionally headline and subline

Global

Can be inserted instead of a content section. Contains a reference to a global paragraph entity, which can contain a content section. This enables the editor, to create a content section on the global paragraph entity, and then insert it into multiple pages. This way, the content of the section will be maintained only in one place, even though it is used in many places. This is useful for generic content spots containing contact information or opening hours.