From 491b82d0db5889b1194cc68237a820466dcd7df7 Mon Sep 17 00:00:00 2001 From: nichoth Date: Mon, 26 May 2025 12:33:40 -0700 Subject: [PATCH] rm duplicate field --- src/docs/configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/configuration.md b/src/docs/configuration.md index 11b0817..09ce1aa 100644 --- a/src/docs/configuration.md +++ b/src/docs/configuration.md @@ -349,7 +349,6 @@ This allows you to apply global settings within this repository and branch. | :---- | :------ | :-------------------------------------------------------------------------- | | `hide` | `boolean` | If set to `true`, the "Settings" link/page will be hidden in the Pages CMS UI. | | `content` | `object` | An object containing settings specifically related to content handling. | -| `content` | `object` | An object containing settings specifically related to content handling. | | `content.merge` | `object` | Defaults to `false`. If set to `true`, when saving an existing content entry, the submitted fields will be merged with the fields already present in the file. Fields present only in the file will be preserved. Fields present in both will take the value from the submitted form. If `false`, the file content will be completely overwritten with the submitted form data (after processing according to the schema). This is helpful if you want to expose only parts of your file for editing. | ### Examples