remove true from description

This commit is contained in:
bimgeek
2025-09-25 11:01:26 +03:00
parent 5ffb3ea1dd
commit 0a5001987e
+1 -1
View File
@@ -203,7 +203,7 @@ shared Speckle.GetByUrl = Value.ReplaceType(
optional ExpandProperties as (
type logical meta [
Documentation.FieldCaption = "Expand Properties (may slow query)",
Documentation.FieldDescription = "Default TRUE. Expand the properties column into individual columns for easier analysis. When checked, each property from the 'properties' record column will have its own column. This can slow down the query if you have a lot of properties.",
Documentation.FieldDescription = "Expand the properties column into individual columns for easier analysis. When checked, each property from the 'properties' record column will have its own column. This can slow down the query if you have a lot of properties.",
Documentation.AllowedValues = {true, false}
]
)