We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73083a4 commit 5bb897eCopy full SHA for 5bb897e
src/Acme/MainBundle/Resources/data/page.yml
@@ -12,13 +12,13 @@ static:
12
name: "about"
13
label: "About us"
14
title: "Some information about us"
15
- content: "The about us page with some content"
+ body: "The about us page with some content"
16
17
contact:
18
name: "contact"
19
label: "Contact"
20
title: "A contact page"
21
- content: "Please send an email to [email protected]"
+ body: "Please send an email to [email protected]"
22
23
map:
24
name: "map"
@@ -38,4 +38,4 @@ static:
38
label: "Team"
39
parent: "/contact"
40
title: "A team page"
41
- content: "Our team consists of C, M and F."
+ body: "Our team consists of C, M and F."
0 commit comments