Use the Multiline Editbox for the State and Visibility Custom config
This commit is contained in:
@@ -239,6 +239,7 @@ function module:GetStateOptionsTable()
|
|||||||
get = optGetter,
|
get = optGetter,
|
||||||
set = optSetter,
|
set = optSetter,
|
||||||
disabled = disabledFunc,
|
disabled = disabledFunc,
|
||||||
|
multiline = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -249,6 +249,7 @@ function Bar:GetOptionObject()
|
|||||||
name = L["Custom Conditionals"],
|
name = L["Custom Conditionals"],
|
||||||
desc = L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"],
|
desc = L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"],
|
||||||
width = "full",
|
width = "full",
|
||||||
|
multiline = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user