I declared a minwith
value in my blueprint. On tests, I saw the value missing, see below:
Which Kirby version are you using and please post your blueprint?
Using the latest Kirby version (3.5.3.1)
Blueprint:
title: File
accept:
mime: image/*
type: image
minwidth: 2000
fields:
caption:
label: Bildbeschreibung
type: textarea
buttons: false
size: medium
required: true
Ah, that is an issue with the German translation. When the user language is English, the error message is correct with the value.
1 Like