Dynamic components
Tamaro supports the following types of dynamic components:
block- used to defined a new custom blockblock_header- used inside custom block to define its headerblock_content- used inside custom block to define its contentcontent- used for a HTML contentfield- used for a custom form fields
Exampe of a custom block with a custom HTML content:
Exampe of a custom block with a custom field:
Check more examples of adding custom fields in the Hidden and custom fields guide.