Skip to content

Commit

Permalink
Merge branch 'feature/update-aprimo-config' of https://github.com/amp…
Browse files Browse the repository at this point in the history
…lience/dc-extension-aprimo-content-selector into feature/update-aprimo-config
  • Loading branch information
scottstore4 committed Jul 31, 2024
2 parents 41d00f0 + c36ed4a commit 38a6fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Process is as per the Aprimo Only (Standalone) usage with the following addition
- Developer permissions or higher to install extension
- Ability to host extension
- Optional (for Amplience images):
- Access to the [Assets Tab](https://amplience.com/developers/docs/user-guides/basics/dynamic-content/assets-tab/) in your Dynamic Content Hub and ability to upload assets vie the Assets Tab
- Access to the [Assets Tab](https://amplience.com/developers/docs/user-guides/basics/dynamic-content/assets-tab/) in your Dynamic Content Hub and ability to upload assets via the Assets Tab
- Amplience configuration details
- Media endpoint
- Default host (only if you have a custom CNAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function WithContentFieldExtension({ children }: { children: ReactNode }) {
};

populateThumbUrl();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [aprimoFieldValue]);

const addAprimoImage = async (aprimoImage: AprimoData) => {
Expand Down

0 comments on commit 38a6fdc

Please sign in to comment.