Hello Team,
My team has created Adobe IO run time project
I have created Content Fragment extension project. Deployed the project to Development workspace.
Able to test the feature using this url. Able to test my content fragment.
https://experience.adobe.com/?devMode=true&ext=https://123456-pocProject-development.adobeio-static....
Deployed the same code to Production workspace. Able to test my content fragment using this URL
https://experience.adobe.com/?devMode=true&ext=https://123456-pocProject.adobeio-static.net&repo=aut...
Then, I have clicked on Approval. Added all the details. Now, system admin has approved the workspace.
Now, the status of Production workspace is Published.
In that case, now this extesion should work for my AEM dev, UAT env.
when I open the content fragment in new Content Fragment Editor protal
But, Its not working as expected.
Ideally now, without modifying the url (i.e withour ?devMode=true &repo=details) feature shoulf work
I have referred this video as well: https://www.youtube.com/watch?v=QDc0QEUOBB8
Can someone help me with this?
cc @arunpatidar @sarav_prakash @AmitVishwakarma @daniel-strmecki @AMANATH_ULLAH
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Mahesh_Gunaje ,
extensionPoints:
- id: aem.cfm.editor.contenteditor.hooks
view: index.html
configuration:
resourceType: your/custom/resource/type
If extensionPoints is missing or malformed, it will never show in Extension Manager.
Step 2: Re-deploy Production Workspace with aio app deploy --prod
Step 3: Ask Admin to Bind Extension via Adobe Support
If it still doesn't show under Extension Manager UI:
- This is a known limitation.
- You must raise a support ticket via Admin Console
It appears your Content Fragment extension, deployed and approved in the Production workspace, isn’t working in your AEM dev and UAT environments without the devMode=true parameter. This suggests a configuration step might be missing after publishing. Log in to Adobe Experience Manager Extension Manager, select the appropriate program and environment, and enable the extension. This step, likely missed. I believe.
Please confirm this once
Thanks
Partyush
Thanks @partyush for understanding my issue.
I checked this URL. Selected the right program and environment.
https://experience.adobe.com/#/@abcd/aem/extension-manager/
Then, in the right section I cannot see my Content Fragment Extension project. Discussed the same with my AEM architect. He told me that custom Extension project will never show here. This portal is for public extension project. So, once the production workspace is approved, this feature will be automatically available for all our AEM environments.
But, as per this video https://www.youtube.com/watch?v=QDc0QEUOBB8 and some other info., I should be able to see my project under Extension Manager (After the prod workspace approval)
Not sure, why project is not visible in Extension Manager
Thanks
Views
Replies
Total Likes
Hi @Mahesh_Gunaje ,
extensionPoints:
- id: aem.cfm.editor.contenteditor.hooks
view: index.html
configuration:
resourceType: your/custom/resource/type
If extensionPoints is missing or malformed, it will never show in Extension Manager.
Step 2: Re-deploy Production Workspace with aio app deploy --prod
Step 3: Ask Admin to Bind Extension via Adobe Support
If it still doesn't show under Extension Manager UI:
- This is a known limitation.
- You must raise a support ticket via Admin Console
Thanks a lot @AmitVishwakarma for your detailed explanation.
Able to figure out the exact issue.
Issue was in the file: app.config.yaml
Views
Replies
Total Likes