docs: document image pipeline profiles

This commit is contained in:
Abel Luck 2026-05-27 10:13:06 +02:00
parent 18a7f652d4
commit cbb427b89d
6 changed files with 40 additions and 5 deletions

View file

@ -381,7 +381,7 @@ def source_form(
),
toggle_field(
label="Convert images",
description="Normalize mirrored images through the image conversion pipeline for this source.",
description="Run mirrored images through configured image profiles and thumbnail profiles for this source.",
signal_name="convertImages",
checked=_checked(source, "convert_images", True),
),