Nested Content Variables via EES


#1
I'm hoping to find a way to add GET variables to a nested asset within EES.
As it seems this functionality is not available in EES, Is there a alternate way to do this (without resorting to _admin)

(Bart Banda) #2

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.


(Scott Hall) #3

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.


#4

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.