{%- extends "theming/base_component.html" -%} {%- block overview -%} The extra_field component creates additional form fields that can be dynamically added to forms. This component is particularly useful for forms where users might need to add custom metadata, tags, or other variable information that isn't part of the standard form structure. The extra_fields_collection component manages collections of extra fields within forms, providing the structural container for dynamically added fields. This component ensures that all extra fields are properly organized and processed as a group. {%- endblock %} {%- block parameters -%}

Extra field

{{ super() }}

Extra field collection

{{ parameters_table("extra_fields_collection") }} {%- endblock %}