An app for creating publishing workflows and doing content review in collaboration.
Use together with @webiny/api-apw package.
npm install --save @webiny/app-apw
Or if you prefer yarn:
yarn add @webiny/app-apw
To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.
import { plugins } from "@webiny/plugins";
import apwPlugins from "@webiny/app-apw/admin/plugins";
plugins.register(apwPlugins);