Dynamic components
Tamaro supports the following types of dynamic components:
- block- used to defined a new custom block
- block_header- used inside custom block to define its header
- block_content- used inside custom block to define its content
- content- used for a HTML content
- field- 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.