Anyone know how to change the context from vgn-ext-templating, to anything else in ePhox Inline Link widget?
Thanks in Advance!
Will
This is an interesting answer, yes - I was thinking about using proxies to redirect to our Context say /company instead of /vgn-ext-templating.
Within lddDispatcher.jsp and ldfDispatcher.jsp, "/vgn-ext-templating" is Hardcoded. But within the distributed examples - say CPSInlineLinkAndImageBuilder, there's a line that gets the context with
TemplatingConstants.REQUEST_CONTEXT_VGNEXTTEMPLATING
I thought, we might be able to change the above code points. OR, I think maybe in the configConsole - you can change the properties on
Vignette Content Delivery Services -> Content Management Stage -> Resources -> Generic -> VgnExtLinks
There's a lot of properties there, and wondered if we could set context there.
Actually this is an existing "Context" that VPS enabled in 2006, on a 7.3 implementation. We're trying to recreate in v8. : )
I think you are right about the parser and I have tried to use the scheme they used in 7.3. Only problem is that it's not saved to the INLINK table.
I'll take a look at the parser, thank YOU for the direction.