Nested Content Variables via EES
This could be done with a small JS/CSS plugin to expose the nested GET parameter options on the nested div container. They are actually there, but just hidden to simplify the experience for the editors.
If you are comfortable looking at the code and inspecting it via Chrome or Firefox developer tools, you should be able to write a simple JS function for it to expose those fields.
Let me know how you go.
Passing GET params to nested content was added to http://manuals.matrix.squizsuite.net/patches/ees-build-1645 (feature #1838) early last year. But is only available in Edit+, not EES.
This could be done with a small JS/CSS plugin to expose the nested GET parameter options on the nested div container. They are actually there, but just hidden to simplify the experience for the editors.
If you are comfortable looking at the code and inspecting it via Chrome or Firefox developer tools, you should be able to write a simple JS function for it to expose those fields.
Let me know how you go.
Perfect! thanks Bart - I didn't even think to inspect to see if they existed in the code.
Cheers.