Skip to content

Commit

Permalink
change priority from number to text to allow decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 3, 2024
1 parent 7bc9fab commit 479d169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cms.document({
fields: [
"title: text",
"description: text",
"priority: number",
"priority: text",
"content: markdown",
]
});
Expand All @@ -137,7 +137,7 @@ cms.document({
fields: [
"title: text",
"description: text",
"priority: number",
"priority: text",
"content: markdown",
]
});
Expand Down

0 comments on commit 479d169

Please sign in to comment.