Skip to content

Commit 743ad19

Browse files
committed
[TASK] Add missing invertStateDisplay option for Checkbox
1 parent 69422d0 commit 743ad19

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

Build/JsonSchema/SchemaSources/FieldTypes/checkbox.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
"type": "integer"
147147
}
148148
}
149+
},
150+
"invertStateDisplay": {
151+
"type": "boolean",
152+
"description": "A checkbox is marked checked if the database bit is not set and vice versa."
149153
}
150154
}
151155
}

JsonSchema/content-element.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,6 +2260,10 @@
22602260
"type": "integer"
22612261
}
22622262
}
2263+
},
2264+
"invertStateDisplay": {
2265+
"type": "boolean",
2266+
"description": "A checkbox is marked checked if the database bit is not set and vice versa."
22632267
}
22642268
}
22652269
}

JsonSchema/page-type.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,10 @@
22432243
"type": "integer"
22442244
}
22452245
}
2246+
},
2247+
"invertStateDisplay": {
2248+
"type": "boolean",
2249+
"description": "A checkbox is marked checked if the database bit is not set and vice versa."
22462250
}
22472251
}
22482252
}

JsonSchema/record-type.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,10 @@
24132413
"type": "integer"
24142414
}
24152415
}
2416+
},
2417+
"invertStateDisplay": {
2418+
"type": "boolean",
2419+
"description": "A checkbox is marked checked if the database bit is not set and vice versa."
24162420
}
24172421
}
24182422
}

0 commit comments

Comments
 (0)