Headless CMS Starter for Enonic XP
This starter kit provides a project foundation for building your own Headless CMS back-end using Enonic XP
Documentation is available on https://developer.enonic.com/guildes/headless-cms-intro
Quick test
To build and deploy the starter as an app (without customizing it for your own needs):
. Clone this Github project: git clone ...
. Build the project from project directory: ./gradlew build
. Deploy the output file in build/lib/headless-1.0.0-SNAPSHOT.jar to your XP instance
Compatibility
Version | XP version |
---|---|
4.1.0 | 7.6.0 |
4.0.0 | 7.5.0 |
3.0.0 | 7.3.1 |
1.0.0 | 7.0.0 |
0.9.0 | 6.15.0-SNAPSHOT |
Changelog
4.1.0
- Upgraded to XP 7.6.0
4.0.0
- Upgraded to XP 7.5.0
3.0.0
- Cleaned to work in combination with HMDB
1.0.0
- Updated for XP 7
0.9.0
- Initial release