1
0
Fork 0

as an app setting, it needs an app name to be applied to

This commit is contained in:
hooger 2024-08-05 17:27:51 +02:00
parent 4a0ccc3259
commit fedbb83cff

View file

@ -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 }}"