From 2546af77fe7a73e8847db53ae1dff335f09f9925 Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Tue, 23 Jul 2024 09:59:58 -0500 Subject: [PATCH] Revert "Add missing position.fixed property" This reverts commit 5363d8365c6c21f0e50b28e877adff8b072de5ca. --- .../theme-json-reference/theme-json-living.md | 1 - schemas/json/theme.json | 5 ----- 2 files changed, 6 deletions(-) diff --git a/docs/reference-guides/theme-json-reference/theme-json-living.md b/docs/reference-guides/theme-json-reference/theme-json-living.md index 765ccb29085b53..0b9e3e9d187766 100644 --- a/docs/reference-guides/theme-json-reference/theme-json-living.md +++ b/docs/reference-guides/theme-json-reference/theme-json-living.md @@ -130,7 +130,6 @@ Settings related to position. | Property | Type | Default | Props | | --- | --- | --- |--- | -| fixed | boolean | false | | | sticky | boolean | false | | --- diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 13e92095a4264c..a1f51ace920259 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -331,11 +331,6 @@ "description": "Settings related to position.", "type": "object", "properties": { - "fixed": { - "description": "Allow users to set fixed position.", - "type": "boolean", - "default": false - }, "sticky": { "description": "Allow users to set sticky position.", "type": "boolean",