fixing a syntax error in code example
This commit is contained in:
parent
a09738ec83
commit
e5175e965f
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ Views.yaml:
|
||||||
requestFilter: "isController('Default') && isAction('download')"
|
requestFilter: "isController('Default') && isAction('download')"
|
||||||
viewObjectName: "Acme\\Vendor\\SimpleAttachmentView"
|
viewObjectName: "Acme\\Vendor\\SimpleAttachmentView"
|
||||||
options:
|
options:
|
||||||
filenameEelExpression: "'hello-' + name + '.txt"
|
filenameEelExpression: "'hello-' + name + '.txt'"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue