Field labels & groups

You can customize the label for your fields to determine how they appear in the UI. By default, the label is set to the field name, but you can update it for improved readability, making it clearer and more user-friendly. Optionally add a group label to place the field within an expandable group of fields.

fields:
  - name: top_track
    label: Top Track
    group: Artist

In the canvas UI, field groups will appear as expandable sections that reveal their fields when clicked.

Last updated