This is the documentation for the UI Extensibility framework and extensibility capabilities of services integrated with it.
UI Extensibility allows to injection of 3rd-party UI implemented as App Builder applications into Adobe Services.
This project uses Yarn 3 to manage package dependencies. If you do not have Yarn 3 installed, follow these instructions:
-
Install Node.js LTS. At the time of writing, the latest LTS version is
v16.15.1
. -
Install Yarn 3 by running the following command:
corepack enable
Corepack is a binary shipped with all Node.js releases starting from 16.10.
-
Update Yarn to the latest version by running the following command:
yarn set version stable
-
Make sure you are now using version 3.2.1 of Yarn:.
yarn --version
That's it. For more information on Yarn 3 usage, see Yarn usage.
For local development, simply use:
$ yarn
yarn dev
This is a site build with the Adobe I/O Documentation Template template for the Adobe I/O Theme.
Please reference for corresponding documentation for more details regarding content requirements and development flow.