Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octahedroid/drupal-decoupled-graphql-basic-recipe
This recipe is designed to provide a starting point for a Drupal Decoupled installation that is a headless CMS, exposing a GraphQL endpoint
https://github.com/octahedroid/drupal-decoupled-graphql-basic-recipe
decoupled drupal drupal-decoupled drupal-recipe headless headless-cms recipe
Last synced: 10 days ago
JSON representation
This recipe is designed to provide a starting point for a Drupal Decoupled installation that is a headless CMS, exposing a GraphQL endpoint
- Host: GitHub
- URL: https://github.com/octahedroid/drupal-decoupled-graphql-basic-recipe
- Owner: octahedroid
- Created: 2024-07-23T20:37:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T20:13:07.000Z (about 1 month ago)
- Last Synced: 2025-01-31T13:43:30.590Z (20 days ago)
- Topics: decoupled, drupal, drupal-decoupled, drupal-recipe, headless, headless-cms, recipe
- Homepage: https://drupal-decoupled.octahedroid.com/docs/category/drupal/
- Size: 960 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Decoupled Graphql example recipe
This recipe is a Drupal site as a starting point for a headless CMS, using a GraphQL endpoint to build a decoupled site. It is ready to be seamlessly integrated with a front end application.
- For information related to installing Drupal read the [docs here](https://drupal-decoupled.octahedroid.com/docs/getting-started/drupal/install)
- For information related to installing this Recipe read the [docs here](https://drupal-decoupled.octahedroid.com/docs/getting-started/drupal/extend)## What this recipe does:
- Based on the standard installation profile
- Adds content types `pages` and `articles`
- Creates `user` roles `viewer` and `previewer`
- Creates editor `user`
- Creates default content
- Configure metatags
- Configures path auto
- Configures gin as administration experience
- Configures GQL as the decoupling strategy
- Configures GQL Compose
- Edges
- Image Styles
- Menus
- Routes
- Users
- Views
- Metatags- Configures preview
- Configures simple oauth as auth mechanism for the BE and the FE
- Configures Visual editor for inline editorial experience