From 9460a49ba39f447c71a53d1984cce8b4d429a7e7 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 18 Mar 2024 21:36:32 +0000 Subject: [PATCH] deploy: baf7659448ffa6ab6870dba1ca681a4868c3068a --- options.xhtml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/options.xhtml b/options.xhtml index 2bf545a9..fe7504d8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -8360,7 +8360,7 @@ list of package

- i18n.inputMethod.kime.config + i18n.inputMethod.kime.extraConfig
@@ -8370,26 +8370,18 @@ list of package

for details on supported values.

Type: -YAML value

+strings concatenated with ā€œ\nā€

Default: -{ }

+""

-

Example:

{
-  daemon = {
-    modules = ["Xim" "Indicator"];
-  };
-
-  indicator = {
-    icon_color = "White";
-  };
-
-  engine = {
-    hangul = {
-      layout = "dubeolsik";
-    };
-  };
-}
+

Example:

daemon:
+  modules: [Xim,Indicator]
+indicator:
+  icon_color: White
+engine:
+  hangul:
+    layout: dubeolsik