Hello,
I am working on a use case -->Indesign template editing inside AEM, where I need to control the display of font in the edit template dropdown.
Eg:
When I install the font in indesign server, I need to add the same font name in the dropdown..so while processing the indd template (If we choose the installed font in dropdown, indesign template gets updated with the selected font).

Currently I am able to do that (Below are the steps).
- I have installed the font in indesign server
- Added the font under
- /libs/dam/gui/content/idsprint/templates/edittemplate/jcr:content/body/items/form/items/wizard/items/editor/items/side-panel/items/tabs/items/textToolsTab/items/tools/rteToolbar

Now I need to Overlay the above node. Which I am unable to do so (Disabled).
Need help on how to overlay the above node.
Thanks,
Hari