Skip to content

Commit

Permalink
SITES-21282: Create boilerplate for new section on documentation for …
Browse files Browse the repository at this point in the history
…universal editor
  • Loading branch information
irenelagno committed Apr 15, 2024
1 parent 5a08af3 commit 781df34
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 1 deletion.
24 changes: 23 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ module.exports = {
title: "AEM Content Fragments Editor",
path: "/services/aem-cf-editor/"
},
{
title: "AEM Universal Editor",
path: "/services/aem-universal-editor/"
},
{
title: "Adobe Commerce Admin",
path: "https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/"
Expand Down Expand Up @@ -214,7 +218,25 @@ module.exports = {
path: "/extension-manager/extension-developed-by-adobe/content-fragments-workflows"
}
]
}
},
{
title: "Extension Points",
path: "/services/aem-universal-editor/api/",
pages: [
{
title: "Common Concepts",
path: "/services/aem-universal-editor/api/commons/"
},
{
title: "Header Menu",
path: "/services/aem-universal-editor/api/header-menu/"
},
{
title: "Modal Dialogs",
path: "/services/aem-universal-editor/api/modal/"
},
]
},
]
},
plugins: [
Expand Down
8 changes: 8 additions & 0 deletions src/pages/services/aem-universal-editor/api/commons/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: AEM Universal Editor Extensibility
description: Learn how to customize AEM Universal Editor
contributors:
- https://github.com/AdobeDocs/uix
---

TBD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: AEM Universal Editor Extensibility
description: Learn how to customize AEM Universal Editor
contributors:
- https://github.com/AdobeDocs/uix
---

TBD
14 changes: 14 additions & 0 deletions src/pages/services/aem-universal-editor/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AEM Universal Editor Extensibility
description: Learn how to customize AEM Universal Editor
contributors:
- https://github.com/AdobeDocs/uix
---

# AEM Content Fragments Editor Extension Points

This section covers the utilization of existing extension points, extension registration, and common methods that can be used in any application that leverages extension points for service customization.

<DiscoverBlock slots="link, text"/>

TBD
8 changes: 8 additions & 0 deletions src/pages/services/aem-universal-editor/api/modal/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: AEM Universal Editor Extensibility
description: Learn how to customize AEM Universal Editor
contributors:
- https://github.com/AdobeDocs/uix
---

TBD
12 changes: 12 additions & 0 deletions src/pages/services/aem-universal-editor/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: AEM Content Fragments Editor Extensibility
description: AEM Content Fragments Editor Extensibility
contributors:
- https://github.com/AdobeDocs/uix
---

# AEM Universal Editor

The [AEM Universal Editor](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/introduction) is a versatile visual editor that is part of Adobe Experience Manager Sites. It enables authors to do what-you-see-is-what-you-get (WYSIWYG) editing of any headless or headful experience. Understand how it can help content authors deliver exceptional experiences and how it offers unparalleled freedom for developers.

In this section, you will find the available extension points and examples of how to utilize them.

0 comments on commit 781df34

Please sign in to comment.