description |
---|
In this section you will find helpful settings if you develop plugins or translate the frontend, for example. |
Specify Google Sheets with localization that should be loaded additionally to fylr.csv. This is very helpful, when you're working on the translation of FYLR. By enabling the localization you can see your translations instead of the current released translations.
Enable/Disable loading of additional Google Sheets.
Copy the key of the Google Spreadsheet that should be loaded. You can find the key in the sharing url.
Copy the GID of the sheet that should be loaded. You can find the GID in the sharing url.
Define if the "purge" button should be enabled in /inspect/system to reset the whole fylr. Note that you may need to enable this in your fylr.yml
:
fylr:
# set to true to allow /api/settings/purge. dont use on production systems!
allowpurge: true
Define if the files should be deleted from the storage after the purge.
Define the log level for the server, e.g. to get more or less information when developing plugins.
OPTION | DESCRIPTION |
---|---|
empty | |
error | |
warn | |
info | |
debug | |
trace |