This project is not covered by Drupal’s security advisory policy.

The current purpose of the Paragraphs Explore distribution is to:

  • Show the current features of paragraphs and paragraphs_collection.
  • Offer examples of code implementation and content building.
  • Utilize the Bootstrap 5 CSS/JS framework for the distribution's theme and component development.
  • Explore new ideas.

The distribution is built for the Unlocking Advanced Drupal Content Creation with Paragraphs session at Drupal Mountain Camp 2024, with a goal to be developed further in the future.

For now, this distribution is not meant to be a general distribution for site building but as a showcase for the Paragraphs feature and a playground for new ideas.

Quick start

Install

git clone git@git.drupal.org:project/paragraphs_explore.git paragraphs-explore-test
cd paragraphs-explore-test
ddev config
ddev start
ddev composer install
ddev drush -y si paragraphs_explore --site-name="Paragraphs Explore" --site-mail="paragraphs-explore@mail.com";
ddev drush uli

Compile theme assets

If you want to play with plugin definitions and add additional CSS easily recompile theme assets with:

ddev ssh
cd web/profiles/paragraphs_explore/themes/paragraphs_explore_theme/
npm install
npm run build

Easily remove it

ddev stop
ddev delete --omit-snapshot
cd ..
rm -rf paragraphs-explore-test
Supporting organizations: 
maintenance, support

Project information

  • Created by pivica on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases