Setup

@wix/autocms-folders-service

To use the Folders API, install the @wix/autocms-folders-service package.

Install the package

Follow the installation instructions for your development environment.

Development environmentInstallation method
Wix sites (editor or IDE)Use the package manager.
Wix sites (local IDE)Run wix install @wix/autocms-folders-service using the Wix CLI.
Blocks appsUse the same installation method as Wix sites.
CLI and self-hosted appsRun npm install @wix/autocms-folders-service or yarn add @wix/autocms-folders-service.
Headless sites and appsRun npm install @wix/autocms-folders-service or yarn add @wix/autocms-folders-service.

Import the package

To import the package in your code:

Copy
Did this help?