Skip to main content

HTML

Caast HTML is just a simple bloc allowing you to insert custom HTML. Due to security reason you can only insert standard HTML nodes, no javascript can be inserted with this bloc. This bloc allow you to create complex interfaces with custom code allowing you to create anything you want.

Style

/*
* -----------------------------------
* Style for Caast HTML
* -----------------------------------
*/
/*
* Wrapper for injected content
*/
.caast-item[data-caast-type='html'] {
}