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
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