Setup
Installation
To install the Plone JS SDK add @cusy/plone-js
as a dependency to your project:
yarn add @cusy/plone-js
npm install @cusy/plone-js
The Plone Restful-API is available by default in Plone version 5 or newer, but not activated. Please refer to your Plone manual on how to activate the add-on.
Some features may require the installation of additional Plone Add-ons. Cusy provides several add-ons which extend or patch the Restful-API, e.g.:
- cusy.restapi.patches: Patches and fixes for plone.restapi which are not yet released.
- cusy.restapi.info: Site and content info for plone.restapi.
- cusy.restapi.easyform: EasyForm integration for plone.restapi.