From ef9e2dd4d91244d9d90e6f37c2ed6ada6c2392a1 Mon Sep 17 00:00:00 2001
From: khaneliman
Date: Wed, 2 Apr 2025 14:27:25 +0000
Subject: [PATCH] deploy: 81f38986a2a63ed9b1a61e60c700a9f01bd96f3f
---
options.xhtml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/options.xhtml b/options.xhtml
index be18e5038..6b52d7559 100644
--- a/options.xhtml
+++ b/options.xhtml
@@ -32586,6 +32586,7 @@ submodule
false = "0;37";
null = "1;30";
numbers = "0;37";
+ objectKeys = "1;34";
objects = "1;37";
strings = "0;32";
true = "0;37";
@@ -32593,13 +32594,14 @@ submodule
Example:
{
- null = "1;30";
- false = "0;31";
- true = "0;32";
- numbers = "0;36";
- strings = "0;33";
- arrays = "1;35";
- objects = "1;37";
+ null = "1;30";
+ false = "0;31";
+ true = "0;32";
+ numbers = "0;36";
+ strings = "0;33";
+ arrays = "1;35";
+ objects = "1;37";
+ objectKeys = "1;34";
}