Build Edge-to-edge Sites using Paragraphs in Drupal 8

Introduction
2 Topics
  Why use Paragraphs?  (03:41)
  What you’ll Learn in this Course  (01:16)
Getting Started
3 Topics
  Required Modules  (03:49)
  Create Landing Page Content Type  (01:12)
  Create Bootstrap Sub-theme  (06:17)
Text Paragraph Type
1 Topic
  Create Text Paragraph Type  (02:24)
Paragraph Field
3 Topics
  Add Paragraph Field to Landing Page  (03:12)
  Customizing Paragraph Field Widget  (02:41)
  Create First Paragraph on the Landing Page  (00:52)
Display Paragraphs Edge-to-edge
4 Topics
  Controlling the Container  (01:29)
  Add Dynamic Container to Sub-theme  (05:51)
  Add Container to Text Paragraph Type  (02:04)
  Summary (How to Control the Container)  (03:36)
Banner Paragraph
5 Topics
  Banner Paragraph Type  (01:36)
  How to Nest Paragraphs  (01:23)
  Create Banner Paragraph Type  (05:38)
  Customize Banner Paragraph Type  (02:40)
  Using Banner Paragraphs  (03:18)
Carousel Paragraph Type
4 Topics
  Introduction to Carousels  (01:55)
  Create Carousel Paragraph Types  (03:10)
  How to Create a Carousel  (01:05)
  Customize Carousel Paragraph Type  (03:19)
Appendix
2 Topics
Course Updates
Example Modules and Themes
Previous Lesson
Next Topic

Required Modules

Build Edge-to-edge Sites using Paragraphs in Drupal 8 Getting Started Required Modules

In this video, we start building a site by downloading the required modules.

Modules

  • Paragraphs
  • Entity Reference Revisions

Resources

  • Drupal Console
  • Drush
  • Composer
  • Drupal 8 Beginner, Lesson 7: Manual Installation at a Web Host (YouTube)
  • Drupal 8 Beginner, Lesson 5: Installing Acquia’s Dev Desktop (YouTube)
  • Installing Drupal 8 Sites (YouTube playlist)

Commands

drush dl paragraphs entity_reference_revisions

or

composer require drupal/paragraphs
Previous Lesson
Back to Lesson
Next Topic