From d78957d98cbca56f7eb6bd762bb422410d2e24a9 Mon Sep 17 00:00:00 2001 From: Gleb Volkov Date: Wed, 4 Feb 2026 10:26:30 +0100 Subject: [PATCH 1/2] Fix gdevelop-settings.yaml format Add `preferences` node to gdevelop-settings.yaml to align with implementation --- .../tutorials/how-to-use-gdevelop-as-a-team/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md b/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md index 4dbc390a9a..f140fec259 100644 --- a/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md +++ b/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md @@ -41,8 +41,9 @@ When working as a team, you may want to ensure all developers use the same edito Example `gdevelop-settings.yaml`: ```yaml -autosaveOnPreview: true -eventsSheetZoomLevel: 10 +preferences: + autosaveOnPreview: true + eventsSheetZoomLevel: 10 ``` Examples of available settings are: @@ -56,4 +57,4 @@ These settings override personal preferences only while the project is open and !!! note - Project-specific settings are only supported in the desktop version of GDevelop. \ No newline at end of file + Project-specific settings are only supported in the desktop version of GDevelop. From 366b0621a782141519a592f1ff25a7287f4fdd10 Mon Sep 17 00:00:00 2001 From: glebv Date: Wed, 4 Feb 2026 10:36:35 +0100 Subject: [PATCH 2/2] Remove extra line break --- docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md b/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md index f140fec259..2278c1922d 100644 --- a/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md +++ b/docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md @@ -57,4 +57,4 @@ These settings override personal preferences only while the project is open and !!! note - Project-specific settings are only supported in the desktop version of GDevelop. + Project-specific settings are only supported in the desktop version of GDevelop. \ No newline at end of file