We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacdbfd commit d65e564Copy full SHA for d65e564
fyo/models/SystemSettings.ts
@@ -17,6 +17,7 @@ export default class SystemSettings extends Doc {
17
version?: string;
18
instanceId?: string;
19
darkMode?: boolean;
20
+ displayTermsAndConditions?: boolean;
21
22
validations: ValidationMap = {
23
displayPrecision(value: DocValue) {
schemas/core/SystemSettings.json
@@ -133,6 +133,13 @@
133
"default": false,
134
"description": "Sets the theme of the app.",
135
"section": "Theme"
136
+ },
137
+ {
138
+ "fieldname": "displayTermsAndConditions",
139
+ "label": "Display Terms and Conditions",
140
+ "fieldtype": "Check",
141
+ "default": false,
142
+ "section": "Customizations"
143
}
144
],
145
"quickEditFields": [
0 commit comments