File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You should now have all the plugin files under
2727```
2828enabled: true
2929allow_in_page: true # Allow files in the current page (e.g. sample.txt)
30- allow_in_grav: true # Allow files relative to Grav root (e.g. /user/custom/sample.txt)
30+ allow_in_grav: true # Allow files relative to Grav root (e.g. /user/data/ custom/sample.txt)
3131allow_in_filesystem: false # Allow files anywhere on filesystem (e.g. /users/myuser/myfolder/sample.txt)
3232allowed_extensions: [txt, html] # Array of allowed file types to allow
3333```
5050
5151or
5252
53- {{ filecontent('/user/custom/sample.txt') }}
53+ {{ filecontent('/user/data/ custom/sample.txt') }}
5454```
5555
5656[ grav ] : http://github.com/getgrav/grav
Original file line number Diff line number Diff line change 11enabled : true
22allow_in_page : true # Allow files in the current page (e.g. sample.txt)
3- allow_in_grav : true # Allow files relative to Grav root (e.g. /user/custom/sample.txt)
3+ allow_in_grav : true # Allow files relative to Grav root (e.g. /user/data/ custom/sample.txt)
44allow_in_filesystem : false # Allow files anywhere on filesystem (e.g. /users/myuser/myfolder/sample.txt)
5- allowed_extensions : [txt, html] # Array of allowed file types to allow
5+ allowed_extensions : [txt, html] # Array of allowed file types to allow
You can’t perform that action at this time.
0 commit comments