Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit cec74bc

Browse files
committed
Documenting bear paragraph modules.
1 parent 3e41d39 commit cec74bc

7 files changed

Lines changed: 17 additions & 7 deletions

File tree

docs/modules.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Bear Included Contributed Modules
1+
# Bear Included Contributed Modules
22

33
Bear includes helpful modules for site builders and developers with default settings that help start building Drupal sites faster.
44

@@ -14,3 +14,13 @@ Bear includes helpful modules for site builders and developers with default sett
1414
- pathauto
1515
- simple_sitemap
1616
- token
17+
18+
# Bear Custom Modules
19+
20+
Bear comes packaged with some custom modules that are designed to speed up the site building process. Like the rest of Bear, you are encouraged to modify these modules as you see fit.
21+
22+
## Bear Paragraphs
23+
24+
[Paragraphs](https://www.drupal.org/project/paragraphs) is a powerful module that is extremely useful in component based approaches to site development. Each Bear Paragraph module includes a preconfigured paragraph bundle and can be enabled via drush (e.g. `drush en bear_paragraph_text_area`) or through the Drupal UI.
25+
26+
To keep them lean and unobtrusive, these paragraph bundles come completely un-styled. Each is completely self-contained and does does not depend on any module other than Paragraphs. More information about each module can be found in the module's `.info.yml` file.

modules/custom/bear_paragraph_banner/bear_paragraph_banner.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Banner
2-
description: Provides a Banner paragraph type.
2+
description: Provides a Banner paragraph bundle composed of an image, a title, and a subtitle. This module includes a custom template that structures the rendered paragraph using HTML5 `<figure>` and `<figcaption>` elements.
33
package: Bear
44

55
type: module

modules/custom/bear_paragraph_collection/bear_paragraph_collection.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Collection
2-
description: Provides a Collection paragraph type.
2+
description: Provides a Collection paragraph type, which acts as a container for other paragraphs. The content editor can choose to render the collection as a list or a grid with a selectable number of columns (2-8). Based on the selections, the module adds appropriate CSS classes for theming.
33
package: Bear
44

55
type: module

modules/custom/bear_paragraph_image/bear_paragraph_image.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Image
2-
description: Provides an Image paragraph type.
2+
description: Provides an Image paragraph bundle with a single image field.
33
package: Bear
44

55
type: module

modules/custom/bear_paragraph_text_and_image/bear_paragraph_text_and_image.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Text and Image
2-
description: Provides a Text and Image paragraph type.
2+
description: Provides a Text and Image paragraph type. Content editors can choose whether the image appears to the right or left of the text area. A custom template provides appropriate markup and classes for theming.
33
package: Bear
44

55
type: module

modules/custom/bear_paragraph_text_area/bear_paragraph_text_area.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Text Area
2-
description: Provides a Text Area paragraph type.
2+
description: Provides a Text Area paragraph type with a single text area field.
33
package: Bear
44

55
type: module

modules/custom/bear_paragraph_two_column/bear_paragraph_two_column.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bear Paragraph Two Column
2-
description: Provides a two column paragraph type.
2+
description: Provides a two column paragraph type that, by default, has two paragraph reference fields – one for the left column and one for the right column. These columns appear next to each other in the node edit form.
33
package: Bear
44

55
type: module

0 commit comments

Comments
 (0)