You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SettingUiConst.Group$n" cannot express the hierarchy well, maybe this is a better way:
context.Add(newSettingDefinition("Connection.Ip",// Setting name"127.0.0.1",// Default valueL("DisplayName:Connection.Ip"),// Display nameL("Description:Connection.Ip")// Description).WithProperty("SettingGroup","Server:Connection")// More then 2 levels support.WithProperty("SettingType","number")// Original name is: Type);
The text was updated successfully, but these errors were encountered:
I saw the grouping demo:
"SettingUiConst.Group$n" cannot express the hierarchy well, maybe this is a better way:
The text was updated successfully, but these errors were encountered: