Render Static

Render static components within CMS lists after a set number of elements. Keep your layouts structured and organized.

Copy the Render Static <script> and paste into the <head> of your page

<!-- [WebTricks by CodeRaccoons] - Render StaticĀ -->
<script async src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/WebTricks@/" ></script>
Copy Script

Required attributes

Optional
Defines the main container where cloneable elements will be rendered.
Attribute to add
Name
wt-renderstatic-element
Value
container
Instructions

Assign this attribute to the container that will hold the dynamically inserted cloneable elements.

How does it look?
Optional
Defines elements that can be cloned and inserted into the container.
Attribute to add
Name
wt-renderstatic-element
Value
cloneable
Instructions

Assign this attribute to elements that should be cloned and rendered dynamically.

Where?
Cloneable elements
How does it look?

Optional Attributes

No items found.

Working examples