forked from projects/fipamo
ro
d24df50d96
content restore was already enabled, so the last step was completing file restorartion if there was a file archive uploaded now that this has been added, full site restore from backup archives now works.
21 lines
494 B
JSON
21 lines
494 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_files_backup": null,
|
|
"externalAPI": "false",
|
|
"dynamicRender": "false"
|
|
},
|
|
"library_stats": {
|
|
"current_index": 1
|
|
},
|
|
"menu": []
|
|
}
|