Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
duynguyen committed Mar 21, 2024
1 parent 5c2020c commit cdb70a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ You can generate this file using the command `aio app use`.
```bash
# This file must **not** be committed to source control

## please provide your Adobe I/O Runtime credentials
# AIO_RUNTIME_AUTH=
# AIO_RUNTIME_NAMESPACE=
## Adobe I/O Runtime credentials
AIO_runtime_auth=
AIO_runtime_namespace=
AIO_runtime_apihost=https://adobeioruntime.net
```

### `app.config.yaml`
Expand Down Expand Up @@ -64,7 +65,7 @@ You can generate this file using the command `aio app use`.

## Customize the extension

This extension assumes you have a component type `custom-asset` in your page component model, which is mapped to the custom field extension. You can edit it in the `src/aem-uex-1/web-src/components/ExtensionRegistration.js` file to map a different component type, or add more extensions to Universal Editor.
This extension assumes you have a component type `custom-asset` in your page component model, which is mapped to the custom field extension. You can edit it in [the extension registration file](src/aem-uex-1/web-src/components/ExtensionRegistration.js) to map a different component type, or add more extensions to Universal Editor.

## Typescript support for UI

Expand Down

0 comments on commit cdb70a5

Please sign in to comment.