Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srijanone/ezcontent_api
https://github.com/srijanone/ezcontent_api
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srijanone/ezcontent_api
- Owner: srijanone
- Created: 2020-03-23T09:07:08.000Z (over 4 years ago)
- Default Branch: 2.0.x
- Last Pushed: 2024-07-22T03:55:25.000Z (4 months ago)
- Last Synced: 2024-11-14T16:06:49.681Z (6 days ago)
- Language: PHP
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contents Of This File
* About EzContent_api
* Key features
* Drupal (8 , 9) Installation## About EzContent_api
This module adds JSON API functionality to
[EzContent](https://www.drupal.org/project/ezcontent) profile.
This module extends the JSON API module provided by Drupal
core to enabled the following features:## Key Features
1. Preview unpublished content in de-coupled front-ends.
2. Use Drupal's layout builder to create landing pages with de-coupled
front-ends.
3. [Starter kit](https://github.com/srijanone/ezcontent-decoupled)
for using de-coupled front ends with
[EzContent API](https://www.drupal.org/project/ezcontent_api).## Note
Since our latest release (i.e 2.0.0-alpha1) all the future changes or
features will be added to 2.0.x branch instead of 8.x or 9.x.## Drupal (8 , 9) Installation Via Drupal Composer
```bash
composer require drupal/ezcontent_api:^2.0
```