-
I'm a bit confused about the contents of this video about |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
From memory when you define a custom short code, you can use liquid syntax, and then the liquid shape tag to render a shape ;) |
Beta Was this translation helpful? Give feedback.
-
You can create a Something like |
Beta Was this translation helpful? Give feedback.
-
{% shape "SomeName", ... %} Means you can basically use a SomeName.liquid or SomeName.cshtml template in your theme or admin UI templates to render some content. It's an "inline named shape" in which you can call any API's to render something. |
Beta Was this translation helpful? Give feedback.
{% shape "SomeName", ... %}
Means you can basically use a SomeName.liquid or SomeName.cshtml template in your theme or admin UI templates to render some content. It's an "inline named shape" in which you can call any API's to render something.