as an app setting, it needs an app name to be applied to
This commit is contained in:
parent
4a0ccc3259
commit
fedbb83cff
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
type: "string"
|
type: "string"
|
||||||
value: "{{ nextcloud_preview_preview_max_y }}"
|
value: "{{ nextcloud_preview_preview_max_y }}"
|
||||||
- appType: "config:app:set"
|
- appType: "config:app:set"
|
||||||
appConfig: ""
|
appConfig: "preview"
|
||||||
configName: "jpeg_quality"
|
configName: "jpeg_quality"
|
||||||
type: int
|
type: int
|
||||||
value: "{{ nextcloud_preview_app_jpeg_quality }}"
|
value: "{{ nextcloud_preview_app_jpeg_quality }}"
|
||||||
|
|
Loading…
Reference in a new issue