We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9d2af commit 3ef5ccfCopy full SHA for 3ef5ccf
1 file changed
web/themes/custom/hoeringsportal/templates/content/node--decision--full.html.twig
@@ -14,12 +14,12 @@
14
0: {
15
type: 'text',
16
label: 'Decision'|t,
17
- value: content.field_decision
+ value: node.field_decision.value
18
},
19
1: {
20
21
label: 'Decision date'|t,
22
- value: content.field_decision_date
+ value: node.field_decision_date.date|date('U')|format_date('hoeringsportal_date_long')
23
}
24
25
category: 'Decision'|t
0 commit comments