Skip to content

brainsum/parade

This branch is 1 commit ahead of 8.x-2.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17a4010 · May 21, 2020
Feb 14, 2019
Jan 21, 2019
Nov 10, 2017
Oct 10, 2017
Dec 18, 2017
Sep 4, 2017
Oct 29, 2019
Nov 10, 2017
May 14, 2018
Nov 22, 2017
May 14, 2018
Oct 10, 2016
Oct 11, 2016
Oct 11, 2016
Sep 7, 2017
Jan 21, 2019
Jan 21, 2019
Oct 29, 2019
Feb 20, 2019
Sep 6, 2017
Jan 18, 2019
Nov 22, 2017
Sep 4, 2017
Dec 18, 2017
Dec 18, 2017
Jan 21, 2019
May 21, 2020

Repository files navigation

Build Status

README.md

Parade is a module to create one page sites from pre-customized paragraphs in your content. It's based on https://www.drupal.org/project/paragraphs .

INSTALLATION

With composer

You need to add the following repositories to your composer.json:

"drupal": {
    "type": "composer",
    "url": "https://packages.drupal.org/8"
}

Composer can't resolve repositories of the dependencies, that's why you have to use this workaround. After this, you just have to use "composer require drupal/parade" to get the module and the dependencies, and "drush en parade" to enable it in your site.

Without composer

@todo

CONFIGURATION

@todo

Notes

The "locations" section type uses Geocoder autocomplete which internally uses the Google Maps API. That requires an API key to work. This is not yet possible with the module. Follow Geocoder autocomplete issue #2989952 for updates and possible patches for D8.

ISSUES

@todo