A file list section if you create a multi-selectable file selection field.

Technical Details

  • A multi-item media list is ideal for an admin interface (gallery) or anywhere where you need multiple attachment options.

Dependencies

For this component there are some extra variables at the config page like you see it below.

$colors: (
  'media': (
    'background': hsl(262deg 71% 98%),
    'dropzone-background': hsl(214deg 98% 49% / 75%),
    'dropzone-border': hsl(214deg 98% 40%),
    'icon': hsl(262deg 71% 49%),
  ),
),