この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi,
I'd like to link an AEM-Author to the Adobe Marketing Cloud-Menu (see attached screenshot). Where I'm able to do that?
Thanks a lot,
Florian.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
AFAIK this is not possible.., may be later.
表示
返信
いいね!の合計
AEM 6.2 supports a menu that links to other DM products:
表示
返信
いいね!の合計
Hi smacdonald208,
and how do I configure the proper AMC-URLs in AEM?
On my author all links a grey and ponting to the standard Adobe-Sites.
Thanks,
Florian.
表示
返信
いいね!の合計
You can install the chrome plugin, https://chrome.google.com/webstore/detail/adobe-marketing-cloud-aem/kcnanncnlkoneeefkpplealnjcpgdkpa
表示
返信
いいね!の合計
For the AMC urls, I have made an example package. Hopefully this gives you a good idea..
https://files.acrobat.com/a/preview/afdf347d-5558-447c-8c38-e448b2259070
表示
返信
いいね!の合計
Hi Feike,
thanks a lot for the Package and the Browser Plugin.
Is there no way to configure the AEM-Link in the AMC for all Users (most of them are not using chrome)?
Regards,
Florian.
表示
返信
いいね!の合計
AFAIK this is not possible.., may be later.
表示
返信
いいね!の合計
Yes, this is possible.
The definition of the contents of the solution switcher exist at /libs/granite/ui/content/shell/solutionswitcher
Overlay that structure into apps -- /apps/granite/ui/content/shell/solutionswitcher, then customize the icons.
Example for AEM:
Node @ /apps/granite/ui/content/shell/solutionswitcher/primary/aem
{
"jcr:primaryType" : "nt:unstructured",
"icon":"adobeExperienceManagerColor",
"href_i18n":"/sites.html"
}
HTH,
W
表示
返信
いいね!の合計