Skip to content
Snippets Groups Projects
Select Git revision
  • 3.x
  • 8.x-2.x default
  • 8.x-2.x-testing
  • TCS-592
  • 8.x-1.x-dev
  • 8.x-1.x
  • 8.x-2.x-experimental
  • 8.x-1.x-beta1
  • 8.x-1.x-view_mode_selector_v2
  • 8.x-1.x-view_mode_selector
  • 8.x-2.x-new_features
  • 8.x-2.0-beta2
  • 8.x-2.0-beta1
13 results

parade

  • Clone with SSH
  • Clone with HTTPS
  • 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