Problem/Motivation
Documentation in default.services.yml file is out-of-date. For example it mentions twig_auto_reload setting when it should be auto_reload.
Proposed resolution
Check the documentation and update it according to new settings structure.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | update-configuration-names-on-service-yml-2346245-6.patch | 2.54 KB | David Hernández |
Comments
Comment #1
dawehner@rteijeiro
Are you sure you look at the proper services.yml file? The default.services.yml file looks fine.
Comment #2
rteijeiro commented@dawehner I mean the following comments:
Comment #3
David Hernández commentedWorking on this.
Comment #4
David Hernández commentedI think that's it.
Comment #5
rteijeiro commentedA few nitpicks, sorry :)
Could you fix indentation here, please? I seems it needs one blank space more.
The same here.
Comment #7
David Hernández commentedThis should do it.
Comment #8
rteijeiro commentedIt seems good for me.
Comment #9
alexpottCommitted c76fb28 and pushed to 8.0.x. Thanks!
Comment #12
ganeshpore commentedHi
i have added php under allowed_file_extensions list allowed_file_extensions however its still not we are facing issue with php files.
allowed_file_extensions:
- css
- html
- js
- svg
- twig
can someone help us with it.