forked from projects/fipamo
ro
4e880092c1
Turned on file backups that grabs uploaded images in the public directory and saves them in a zip so they can be downloaded and archived.
21 lines
493 B
JSON
21 lines
493 B
JSON
{
|
|
"global": {
|
|
"base_url": "http://your.domain",
|
|
"title": "This is a Title",
|
|
"descriptions": "Because it should be easy.",
|
|
"background": "/assets/images/global/default-bg.jpg",
|
|
"private": "true",
|
|
"renderOnSave": "false",
|
|
"theme": "fipamo-default-v2",
|
|
"display_limit": 5,
|
|
"last_content_backup": null,
|
|
"last_file_backup": null,
|
|
"externalAPI": "false",
|
|
"dynamicRender": "false"
|
|
},
|
|
"library_stats": {
|
|
"current_index": 1
|
|
},
|
|
"menu": []
|
|
}
|