Files
2025-03-12 17:06:23 +01:00

17 lines
596 B
YAML

fields:
product_group{name}:
required:
msg: Podaj nazwę grupy
product_group{product_limit}:
required:
msg: Podaj liczbę wyświetlanych produktów w grupie
sfNumberValidator:
max: 36
max_error: Nie możesz wyświetlić w grupach więcej niż 36 produktów.
type: integer
type_error: Podaj liczbę całkowitą
nan_error: Podaj liczbę całkowitą
product_group{image}:
file: True
stAssetFileValidator:
mime_types: "@web_images"