Skip to content

Commit

Permalink
Merge pull request #204 from TheFloydman/main
Browse files Browse the repository at this point in the history
Add missing operators to sp/v2/column-formatting.schema.json
  • Loading branch information
lindalu-MSFT authored Jun 5, 2024
2 parents 42f086e + b450fc4 commit 4b705fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sp/v2/column-formatting.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
"?",
":",
"abs",
"addDays",
"addMinutes",
"appendTo",
"cos",
"ceiling",
"Date()",
Expand All @@ -94,6 +97,7 @@
"getDate",
"getMonth",
"getYear",
"getUserImage",
"indexOf",
"join",
"lastIndexOf",
Expand All @@ -103,7 +107,9 @@
"padStart",
"padEnd",
"pow",
"removeFrom",
"replace",
"replaceAll",
"toDateString()",
"toLocaleDateString()",
"toLocaleString()",
Expand All @@ -112,6 +118,7 @@
"toString()",
"toUpperCase",
"sin",
"split",
"startsWith",
"substring"
]
Expand Down

0 comments on commit 4b705fd

Please sign in to comment.