diff --git a/options.xhtml b/options.xhtml index 2bf545a9e..fe7504d8a 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