@@ -8,6 +8,7 @@ bitbag_sylius_cms_plugin:
88 not_blank : Code cannot be blank.
99 min_length : Code must be at least {{ limit }} characters long.
1010 max_length : Code can not be longer than {{ limit }} characters.
11+ regex : Block code can only be comprised of letters, numbers, dashes and underscores.
1112 name :
1213 min_length : Name must be at least {{ limit }} characters long.
1314 max_length : Name can not be longer than {{ limit }} characters.
@@ -23,6 +24,7 @@ bitbag_sylius_cms_plugin:
2324 not_blank : Code cannot be blank.
2425 min_length : Code must be at least {{ limit }} characters long.
2526 max_length : Code can not be longer than {{ limit }} characters.
27+ regex : Page code can only be comprised of letters, numbers, dashes and underscores.
2628 name :
2729 not_blank : Name cannot be blank.
2830 min_length : Name must be at least {{ limit }} characters long.
@@ -47,6 +49,7 @@ bitbag_sylius_cms_plugin:
4749 not_blank : Code cannot be blank.
4850 min_length : Code must be at least {{ limit }} characters long.
4951 max_length : Code can not be longer than {{ limit }} characters.
52+ regex : Code can only be comprised of letters, numbers, dashes and underscores.
5053 position :
5154 unique : There is an existing FAQ with this position.
5255 not_blank : Position cannot be blank.
@@ -62,6 +65,7 @@ bitbag_sylius_cms_plugin:
6265 not_blank : Code cannot be blank.
6366 min_length : Code must be at least {{ limit }} characters long.
6467 max_length : Code can not be longer than {{ limit }} characters.
68+ regex : Section code can only be comprised of letters, numbers, dashes and underscores.
6569 name :
6670 not_blank : Name cannot be blank.
6771 min_length : Name must be at least {{ limit }} characters long.
@@ -72,6 +76,7 @@ bitbag_sylius_cms_plugin:
7276 not_blank : Code cannot be blank.
7377 min_length : Code must be at least {{ limit }} characters long.
7478 max_length : Code can not be longer than {{ limit }} characters.
79+ regex : Media code can only be comprised of letters, numbers, dashes and underscores.
7580 file :
7681 not_blank : File cannot be blank.
7782 name :
0 commit comments