Passing Parameters to Nested Entries in Long Form CKEditor Fields #231
Unanswered
brianrivet-tilt
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have asked around and it doesn't look like this is currently possible, so I thought I'd mention it here. It would be nice to have the ability to pass parameters into the nested entries of a CKEditor field. I know that you do have access to the owner variable for nested entries, but I'm talking about a way to pass things like state values that may be created in a template and not be in an entry variable in the system itself. I know it can be done with a Matrix when using the render() or include() functions, but as far as I can tell there isn't a way to do it when outputting a CKEditor field. I also have no clear idea on how it would be done (maybe a with type parameter where you can set up an object or a list of variables to be passed into all of the nested entries, etc.?), but it would be a nice feature to have.
Beta Was this translation helpful? Give feedback.
All reactions