Skip to content

Commit 5bb897e

Browse files
committed
1 parent 73083a4 commit 5bb897e

File tree

1 file changed

+3
-3
lines changed
  • src/Acme/MainBundle/Resources/data

1 file changed

+3
-3
lines changed

src/Acme/MainBundle/Resources/data/page.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ static:
1212
name: "about"
1313
label: "About us"
1414
title: "Some information about us"
15-
content: "The about us page with some content"
15+
body: "The about us page with some content"
1616

1717
contact:
1818
name: "contact"
1919
label: "Contact"
2020
title: "A contact page"
21-
content: "Please send an email to [email protected]"
21+
body: "Please send an email to [email protected]"
2222

2323
map:
2424
name: "map"
@@ -38,4 +38,4 @@ static:
3838
label: "Team"
3939
parent: "/contact"
4040
title: "A team page"
41-
content: "Our team consists of C, M and F."
41+
body: "Our team consists of C, M and F."

0 commit comments

Comments
 (0)