|
25 | 25 | # Permits to enable or not the WOPI exchanges.
|
26 | 26 | wopi.enabled = false
|
27 | 27 |
|
28 |
| -# Permits to enable the lock feature on WOPI exchanges (not necessary with LibreOffice Online). |
29 |
| -# For LibreOffice by default |
| 28 | +# Permits to enable the lock feature on WOPI exchanges (not necessary with CollaboraOffice Online). |
| 29 | +# For CollaboraOffice by default |
30 | 30 | wopi.lock.enabled = false
|
31 | 31 |
|
32 | 32 | # Timestamp verification can be done on put file operation. The request header containing the
|
33 | 33 | # timestamp to verify MUST be specified to enable the check.
|
34 |
| -# For LibreOffice by default |
35 |
| -wopi.putFile.timestamp.field = X-LOOL-WOPI-Timestamp |
| 34 | +# For CollaboraOffice by default |
| 35 | +wopi.putFile.timestamp.field = X-COOL-WOPI-Timestamp |
36 | 36 |
|
37 | 37 | # When timestamp verification is enabled, in case of conflict, a json response is required.
|
38 | 38 | # This parameter MUST contains the entirely JSON response needed by the WOPI client.
|
39 |
| -# For LibreOffice by default |
40 |
| -wopi.putFile.timestamp.conflict.json.response = {"LOOLStatusCode":1010} |
| 39 | +# For CollaboraOffice by default |
| 40 | +wopi.putFile.timestamp.conflict.json.response = {"COOLStatusCode":1010} |
41 | 41 |
|
42 | 42 | # This field name is looked into request headers in order to get an information about a close
|
43 | 43 | # of an editor on a particular file.
|
44 |
| -# For LibreOffice by default |
45 |
| -wopi.client.exit.field=X-LOOL-WOPI-IsExitSave |
| 44 | +# For CollaboraOffice by default |
| 45 | +wopi.client.exit.field=X-COOL-WOPI-IsExitSave |
46 | 46 |
|
47 | 47 | # The base URL of the WOPI host. If empty, the WOPI host is the Silverpeas's server itself.
|
48 | 48 | # So no need to specify this parameter in most of cases
|
49 | 49 | wopi.host.service.baseUrl =
|
50 | 50 |
|
51 |
| -# The base URL of the WOPI client (LibreOffice Online for example) |
| 51 | +# The base URL of the WOPI client (CollaboraOffice Online for example) |
52 | 52 | wopi.client.baseUrl =
|
53 | 53 |
|
54 | 54 | # The path to discover the capabilities of client.
|
55 |
| -# For LibreOffice by default |
| 55 | +# For CollaboraOffice by default |
56 | 56 | wopi.client.discovery.path = /hosting/discovery
|
57 | 57 |
|
58 | 58 | # The time to live in hours of the discovery cache
|
59 | 59 | wopi.client.discovery.timeToLive = 12
|
60 | 60 |
|
61 | 61 | # The path to access WOPI client administration.
|
62 |
| -# For LibreOffice by default |
63 |
| -wopi.client.admin.path = /loleaflet/dist/admin/admin.html |
| 62 | +# For CollaboraOffice (Collabora Indeed) by default |
| 63 | +wopi.client.admin.path = /browser/dist/admin/admin.html |
64 | 64 |
|
65 | 65 | # Some parts of the user interface can be hidden or shown based or what the integration needs.
|
66 | 66 | # The UI defaults MUST be set on iframe loading.
|
67 | 67 | # In Silverpeas's system, it is done by a hidden input.
|
68 |
| -# See https://github.com/LibreOffice/online/blob/master/wsd/reference.md#user-interface-modifications |
| 68 | +# See https://github.com/CollaboraOnline/online/blob/master/wsd/reference.md#user-interface-modifications |
69 | 69 | wopi.ui.defaults =
|
70 | 70 |
|
71 | 71 | # The name of the hidden input in charge of UI defaults
|
|
0 commit comments