pranav/paraseed_bootstrap_paragraphs

A suite of Paragraph bundles to be used for Paraseed distribution. Made with the Boostrap framework, based on a fork of Bootstrap Paragraph module (bootstrap_paragraphs).

Installs: 11

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Twig

Type:drupal-module

dev-master 2020-11-04 04:03 UTC

This package is auto-updated.

Last update: 2024-04-04 11:04:19 UTC


README

A suite of Paragraph bundles to be used for Made with the Bootstrap framework, based on a fork of Bootstrap Paragraph module bootstrap_paragraphs

For content creators, attempts to use wysiwyg editors to create structured layouts typically lead to frustration and compromise. With this module you can easily position chunks of content (Paragraph bundles) within a structured layout of your own design.

This suite of Paragraphs bundles works within the Bootstrap framework.

This module is built on the premise that all good things in Drupal 8 are entities, and we can use Paragraphs and Reference fields to allow our content creators to harness the power of the Bootstrap framework for functionality and layout.

Bundle Types:

  • Rich Text
  • Image
  • Accordion
  • Carousel
  • Drupal Block
  • Modal
  • Tabs
  • View
  • Webform

Text and Image

Backgrounds:

Each Paragraph has styling settings, including width, Backgournd image, and background color options.

Widths:

  • Tiny : col-md-4 col-md-offset-4 col-sm-8 col-sm-offset-2
  • Narrow : col-md-6 col-md-offset-3 col-sm-10 col-sm-offset-1
  • Medium : col-md-8 col-md-offset-2
  • Wide : col-md-10 col-md-offset-1
  • Full : col-xs-12
  • Edge to Edge : bg-edge2edge col-xs-12

Installation:

  • Install the module as you normally would.
  • Verify installation by visiting /admin/structure/paragraphs_type and seeing your new Paragraph bundles.
  • On the Simple bundle, click Manage fields and choose which Text formats to use. We recommend a Rich Text text format for the Rich Text paragraph type.
  • Go to your content type and add a new field to type Entity revisions, Paragraphs.
  • Allow unlimited so creators can add more that one Paragraph to the node.
  • On the field edit screen, you can add instructions, and choose which bundles you want to allow for this field. Check all but Accordion Section and Tab Section. Those should only be used inside Accordions and Tabs.
  • Arrange them as you see fit. I prefer Simple, Image, at the top, then the rest in Alphabetical order. Click Save Settings.
  • Adjust your form display, placing the field where you want it.
  • Add the field into the Manage display tab.
  • Start creating content!

Requirements: