Skip to content

Commit f8ee559

Browse files
authored
Merge pull request #47 from maximehuran/feature/validation
2 parents ddc560b + e35cceb commit f8ee559

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Resources/config/validation/HomepageTranslation.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ MonsieurBiz\SyliusHomepagePlugin\Entity\HomepageTranslation:
1010
content:
1111
- NotBlank:
1212
groups: [monsieurbiz]
13+
metaTitle:
14+
- Length:
15+
max: 255
16+
groups: [monsieurbiz]
17+
metaKeywords:
18+
- Length:
19+
max: 255
20+
groups: [monsieurbiz]

0 commit comments

Comments
 (0)