https://github.com/fourkitchens/sous-paragraph-types
A recipe that contains modules and configuration for the default Sous paragraph types
https://github.com/fourkitchens/sous-paragraph-types
Last synced: 4 months ago
JSON representation
A recipe that contains modules and configuration for the default Sous paragraph types
- Host: GitHub
- URL: https://github.com/fourkitchens/sous-paragraph-types
- Owner: fourkitchens
- License: mit
- Created: 2024-04-02T17:35:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:59:18.000Z (over 1 year ago)
- Last Synced: 2025-11-18T01:03:08.762Z (7 months ago)
- Size: 51.8 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sous Paragraphs Drupal Recipe
A recipe that contains modules and configuration for the default Sous paragraph types.
This module configures four paragraph types:
- image
- text
- text with media
- video
## Configuring Drupal for Recipes
See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
## Installing this Recipe
`composer require fourkitchens/sous-paragraph-types`
## Applying this Recipe
If you used the Sous Project as your starterkit:
- `lando install-recipe fourkitchens/sous-paragraph-types`
Manually applying the recipe to your own project:
From your webroot run:
- `php core/scripts/drupal recipe recipes/sous-paragraph-types`
- `drush cr`
- `composer unpack fourkitchens/sous-paragraph-types`