Skip to content

Commit

Permalink
SITES-15673: CFE and CFA UIX to Export CF to Adobe Target
Browse files Browse the repository at this point in the history
- add public documentation for 1st party extension
  • Loading branch information
irenelagno committed Feb 7, 2024
1 parent c00c60a commit 5f675e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ module.exports = {
{
title: "Feature Highlights",
path: "/extension-manager/feature-highlights/"
},
{
title: "Extensions Developed By Adobe",
path: "/extension-manager/extension-developed-by-adobe/"
},
{
title: "Export Content Fragments to Adobe Target",
path: "/extension-manager/extension-developed-by-adobe/exporting-content-fragment-to-adobe-target"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Exporting to Adobe Target
description: Explore the extensions Ddeveloped By Adobe with Extension Manager in AEM Sites
contributors:
- AdobeDocs/uix
---

# Export Content Fragments to Adobe Target

This is a [UI extensibility extension](https://github.com/adobe/aem-uix-examples/blob/main/content-fragment-export-to-target/README.md) that demonstrates how to use the [Adobe I/O App Builder](https://developer.adobe.com/app-builder/docs/overview/) to
export [Content Fragments](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/sites/authoring/fundamentals/content-fragments.html?lang=en), created in Adobe Experience Manager as a Cloud Service (AEM),
to Adobe Target (Target). They can then be used as offers in Target activities, to test and personalize experiences at scale.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Extensions Developed By Adobe
description: Explore the extensions Ddeveloped By Adobe with Extension Manager in AEM Sites
contributors:
- AdobeDocs/uix
---

Welcome to the Extensions Developed By Adobe! Explore user guides here to learn how to configure your environment for utilizing extensions from the Extension Manager, along with the supported user flows.

[Exporting Content Fragment to Adobe Target](exporting-content-fragment-to-adobe-target)

0 comments on commit 5f675e4

Please sign in to comment.