docs(migrations.md): Add missing yaml annotations on code blocks

This commit is contained in:
Thorsten Roßner
2025-09-25 13:03:19 +02:00
parent 0736c92987
commit 0c603941aa

View File

@@ -218,7 +218,7 @@ Nextcloud provides tooling for renaming affected files using an [`occ command`](
You can customize the default restriction settings in `functional.yaml.gotmpl`: You can customize the default restriction settings in `functional.yaml.gotmpl`:
``` ```yaml
functional: functional:
filestore: filestore:
naming: naming:
@@ -265,7 +265,7 @@ The following Nextcloud apps/functions are no longer enabled by default. Please
* Comments: Core app that lets users leave comments in the activity tab of the file/directory details pane. * Comments: Core app that lets users leave comments in the activity tab of the file/directory details pane.
If required the apps can be enabled using the openDesk customization options for `opendeskNextcloudManagement`, see `customizations.yaml.gotmpl` for details, with the following settings: If required the apps can be enabled using the openDesk customization options for `opendeskNextcloudManagement`, see `customizations.yaml.gotmpl` for details, with the following settings:
``` ```yaml
configuration: configuration:
feature: feature:
comments: comments:
@@ -282,14 +282,14 @@ configuration:
Gravatar support is no longer enabled by default in Jitsi and OpenProject. In case it is required openDesk's customization options can be used to enabled it, see `customizations.yaml.gotmpl` for details. Gravatar support is no longer enabled by default in Jitsi and OpenProject. In case it is required openDesk's customization options can be used to enabled it, see `customizations.yaml.gotmpl` for details.
- Jitsi: `customization.release.jitsi` with - Jitsi: `customization.release.jitsi` with
``` ```yaml
jitsi: jitsi:
web: web:
extraConfig: extraConfig:
disableThirdPartyRequests: false disableThirdPartyRequests: false
``` ```
- Open Project: `customization.release.openproject` with - Open Project: `customization.release.openproject` with
``` ```yaml
environment: environment:
OPENPROJECT_PLUGIN__OPENPROJECT__AVATARS: '{enable_gravatars: true, enable_local_avatars: true}' OPENPROJECT_PLUGIN__OPENPROJECT__AVATARS: '{enable_gravatars: true, enable_local_avatars: true}'
``` ```