first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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"

View File

@@ -0,0 +1,18 @@
fields:
product_group_has_positioning{title}:
sfStringValidator:
max: 255
max_error: Tytuł strony jest niepoprawny. Maksymalna długość to 255 znaków.
product_group_has_positioning{keywords}:
sfStringValidator:
max: 255
max_error: Słowa kluczowe są niepoprawne. Maksymalna długość to 255 znaków.
product_group_has_positioning{description}:
sfStringValidator:
max: 65000
max_error: Opis strony jest niepoprawny. Maksymalna długość to 65000 znaków.
product_group_has_positioning{product_group_url}:
required:
msg: Wprowadź nazwę dla przyjaznego linku
stPropelSeoUrlValidator:
auto_fillin_field: "product_group_has_positioning[product_group_url]"