Droopler is a Drupal 8/9 profile designed to build corporate websites. It's based on the latest frontend technologies, including Bootstrap 4. The maintainer of Droopler is Droptica.
- Official website: droptica.com/droopler
- Tutorials: droptica.com/droopler/tutorials
- Demo: droopler-demo.droptica.com
- Composer template: github.com/droptica/droopler_project
- Drupal.org project: drupal.org/project/droopler
For the latest news please subscribe to our Facebook and Twitter.
This repository contains a Drupal profile. When you put it in the /profiles/contrib/droopler
directory, the Drupal installer gets modified and installs base Droopler theme, some module dependencies, and demo content.
The Droopler profile should be installed via Composer. We recommend using Droopler skeleton repository. If you are starting from the scratch - in the require section of your composer.json put:
"require": {
"droptica/droopler": "^8.3.0"
}
And run composer update.
In case of unexpected problems please update your main composer.json to comply with the latest Droopler skeleton repository. You may run into some issues with libraries and their directories.
- Droopler Commerce - This distribution provides full Drupal Commerce integration.
- Updating Droopler - A guide on updating the distribution between major versions.
- Using d_settings - How to create new paragraph settings and modify existing ones.
- Using SCSS - How to handle SCSS using Node.
- Creating CSS subtheme - How to create a simple subtheme with CSS inheritance.
- Creating SCSS subtheme - How to create a comlex subtheme with SCSS variables.