-
My situation Idea This just does not seem to work, as I either do not pass the shape correctly or not to a location, where it can be accessed by the shortcode. Or my definition of the shortcode is not correct. The ideal usage inside the HTML could be like this: with shape_locator being defined like this: Inside the template of my ContentType I would pass the shape like this: I tried some other ideas to pass the data, but non of the with success. I might get it working by already rendering the shape and pass the rendered text, but the call to the shortcode would be less elegant (bad for use by external authors). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
-
At least for |
Beta Was this translation helpful? Give feedback.
At least for
assign
you shoukd use{% assign ... %}
.