Skip to content

Commit

Permalink
Assets View UI Extensibility in Side Panel GA'ed. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
oufimtse authored Dec 4, 2024
1 parent 220aca1 commit e0968bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
path: "https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/"
},
{
title: "AEM Assets View (Beta)",
title: "AEM Assets View",
path: "/services/aem-assets-view/"
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/getting-started/app-builder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In other words, we can say that this is a contract between an Adobe product and
- [Experience Cloud UI Extension Point](https://developer.adobe.com/app-builder/docs/guides/extensions/#experience-cloud-ui-extension-point)
- [AEM Asset Microservices Extension Point](https://developer.adobe.com/app-builder/docs/guides/extensions/#aem-asset-microservices-extension-point)
- [AEM Content Fragments Console Extension Point](../../services/aem-cf-console-admin/api)
- [AEM Assets View (Beta) Extension Point](../../services/aem-assets-view/api)
- [AEM Assets View Extension Point](../../services/aem-assets-view/api)

## UI Extensibility

Expand Down
6 changes: 3 additions & 3 deletions src/pages/guides/development-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contributors:

The document provides high level overview for developers what to expect when creating UI Extension.
For detailed instructions please refer to step-by-step guides for [AEM Content Fragments Console](../../services/aem-cf-console-admin/extension-development/)
or [AEM Assets View (Beta)](../../services/aem-assets-view/extension-development/).
or [AEM Assets View](../../services/aem-assets-view/extension-development/).

## Get access

Expand Down Expand Up @@ -37,7 +37,7 @@ There are several ways how to do it.

We will initialize the UI Extension Project using [AIO CLI](https://github.com/adobe/aio-cli).
You may find detailed guide for [AEM Content Fragments Console](../../services/aem-cf-console-admin/code-generation#launch-code-generation-during-project-initialization)
or [AEM Assets View (Beta)](../../services/aem-assets-view/code-generation#launch-code-generation-during-project-initialization).
or [AEM Assets View](../../services/aem-assets-view/code-generation#launch-code-generation-during-project-initialization).

If necessary, you can find other options in [Bootstrapping new App using the CLI](https://developer.adobe.com/app-builder/docs/getting_started/first_app/#4-bootstrapping-new-app-using-the-cli).

Expand Down Expand Up @@ -142,6 +142,6 @@ These steps are described in more detail in [UI Extensions Management](../public
## Additional resources

- [Step-by-step Extension Development Guide in AEM Content Fragments Console](../../services/aem-cf-console-admin/extension-development/)
- [Step-by-step Extension Development Guide in AEM Assets View (Beta)](../../services/aem-assets-view/extension-development/)
- [Step-by-step Extension Development Guide in AEM Assets View](../../services/aem-assets-view/extension-development/)
- [UI Extensibility Overview](../../)
- [FAQ](../../overview/faq/)
2 changes: 1 addition & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Start building extensions for Adobe Commerce Admin

<DiscoverBlock slots="link, text"/>

[AEM Assets View (Beta)](services/aem-assets-view/)
[AEM Assets View](services/aem-assets-view/)

Start building extensions for AEM Assets View (Assets Ultimate only)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/services/aem-assets-view/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ UI Extensibility is supported in Assets Ultimate only.

<InlineAlert variant="info" slots="text" />

AEM Assets View extensibility is available to you as a Beta release. To get early access to Assets view UI extensibility,
To get access to Assets View UI extensibility,
[create and submit an Adobe Customer Support case](https://helpx.adobe.com/enterprise/using/support-for-experience-cloud.html).
You can provide documentation feedback by clicking "Log an issue".

0 comments on commit e0968bb

Please sign in to comment.