File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -513,6 +513,9 @@ provided by Symfony:
513
513
# the path of the template to render
514
514
template : ' static/privacy.html.twig'
515
515
516
+ # the response status code (default: 200)
517
+ statusCode : 200
518
+
516
519
# special options defined by Symfony to set the page cache
517
520
maxAge : 86400
518
521
sharedAge : 86400
@@ -539,6 +542,9 @@ provided by Symfony:
539
542
<!-- the path of the template to render -->
540
543
<default key =" template" >static/privacy.html.twig</default >
541
544
545
+ <!-- the response status code (default: 200) -->
546
+ <default key =" statusCode" >200</default >
547
+
542
548
<!-- special options defined by Symfony to set the page cache -->
543
549
<default key =" maxAge" >86400</default >
544
550
<default key =" sharedAge" >86400</default >
@@ -567,6 +573,9 @@ provided by Symfony:
567
573
// the path of the template to render
568
574
'template' => 'static/privacy.html.twig',
569
575
576
+ // the response status code (default: 200)
577
+ 'statusCode' => 200,
578
+
570
579
// special options defined by Symfony to set the page cache
571
580
'maxAge' => 86400,
572
581
'sharedAge' => 86400,
You can’t perform that action at this time.
0 commit comments