How to use Config Context Data on Custom Links? #11937
Unanswered
joaolucasmacedo
asked this question in
Q&A
Replies: 2 comments
-
Therefore, what you need is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @candlerb ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use local context data for custom links.
Let's say I have a few devices running HTTPS at a different port, like 10443. I set a local context data for each device and use
object.local_context_data.https_port
on my custom links to generate the appropriate URL. It is easy but I need to set the local config context for each device.I can create a Config Context, so all devices of that device type would have the same config for https_port, but I can't use it on custom links.
My question is: If I the local config context name for custom links is
object.local_context_data
, what is the same for (global) config Contexts?Beta Was this translation helpful? Give feedback.
All reactions