Web Initial Paragraphs (WIP)
Web Initial Paragraphs is a Drupal module that provides a collection of ready-to-use Paragraphs designed to offer flexible and reusable content structures for Drupal projects. It enables developers and site builders to quickly implement components without building them from scratch.
Each sub-module within WIP represents a specific Paragraph type, allowing teams to enable only the components they need for their project.
Table of Contents
Features
- Provides a library of Paragraph types with different content structures.
- Promotes reuse of content components across pages and content types.
- Continuously maintained and expanded with new Paragraph options.
Requirements
- Drupal 10 or higher.
- The Paragraphs module (drupal/paragraphs).
Installation
Installation with Composer
composer require drupal/wip
Enable the Module
You can enable the main module and any sub-modules using Drush:
drush en web_initial_paragraphs -y
Or from the Drupal admin interface: Navigate to Extend > Search for “Web Initial Paragraphs” > Enable.
Usage
- After enabling the module, go to the field configuration of your desired content type or entity and add a Paragraph field.
- From the Paragraph field settings, you can select which Paragraph types to allow. Each sub-module in WIP represents a separate Paragraph type.
- Enable only the sub-modules (Paragraph types) you need for your site’s content strategy.
Contributing
This module is under active development. Contributions are welcome!
- To suggest new Paragraph types
- To report bugs or issues
- To submit patches or feature improvements
Visit the WIP project page to participate in the development or post in the issue queue.
License
This module is distributed under the GNU General Public License, version 2 (GPL-2.0).