Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Label
BodyYCE
Colourinfo

 YCE

 

Say we want to create CMS include with "my_cms_include" that will be included in our custom component.

Use 

...

Textbox
Bodyctx.content('my_cms_include')
 for plain HTML or 

...

Textbox
Bodyctx.dynamicContent('my_cms_include',

...

['p1':'value1',

...

'p2object':

...

myObject])
 

For example template which uses include would look like so:

...