Skip to content

Conversation

@mbradoschi
Copy link
Collaborator

Description

Added public documentation for Experience Hub (https://experience.adobe.com/#/experiencemanager) extension points.

Related Issue

N/A

Motivation and Context

Document integration and usage of UI extensions for Experience Hub customers.

- _dashboard_, that allows to add custom widgets and customize the dashboard layout

```js
import { register } from "@adobe/uix-guest";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to add full file content for developers to copy and paste to try the code, but maybe it is not a blocker.

In cases where a UI Extension manages data or sends data to a remote service, the register method is the only one expected to be called. If the UI Extension includes its own interface, it should be presented on a separate page. If this interface needs data from the Experience Hub or needs to trigger any logic, it should establish a connection using the attach method.

```js
import { attach } from "@adobe/uix-guest";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full example would be greate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants