support orientation config with reference

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2024-07-10 14:30:20 +08:00
parent f967bdd666
commit 053e8288ab
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ const map<string, string> ConfigParser::JSON_STRING_IDS = {
{ "startWindowBackground", "^\\$color:"},
{ "resource", "^\\$[a-z]+:" },
{ "extra", "^\\$[a-z]+:" },
{ "fileContextMenu", "^\\$profile:" }
{ "fileContextMenu", "^\\$profile:" },
{ "orientation", "^\\$string:" }
};
const map<string, string> ConfigParser::JSON_ARRAY_IDS = {