You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ First of all you need to create a Google Spreadsheet following the same rules as
40
40
- **square-list**: A list with a square before it
41
41
-**depends**: Put the identification (id) of the row that this row must belong
42
42
-**mandatory**: Make the row mandatory, meaning it will not ask to be added to the contract
43
+
-**disabled**: Disable row
43
44
44
45
So whenever you want a part of the contract to be only available when certain other part is on the contract, you should use the ``depends`` field. One row can depend of another row that also depends on another and so on. Use your creativity.
45
46
@@ -54,6 +55,7 @@ You can create complex tree decisions using the field ``depends``. The following
54
55
"type": "title",
55
56
"depends": "",
56
57
"mandatory": "TRUE",
58
+
"disabled": "",
57
59
"used": false,
58
60
"childs": []
59
61
},
@@ -64,6 +66,7 @@ You can create complex tree decisions using the field ``depends``. The following
64
66
"type": "paragraph",
65
67
"depends": "",
66
68
"mandatory": "FALSE",
69
+
"disabled": "",
67
70
"used": false,
68
71
"childs": []
69
72
},
@@ -74,6 +77,7 @@ You can create complex tree decisions using the field ``depends``. The following
74
77
"type": "numeric-list",
75
78
"depends": "",
76
79
"mandatory": "FALSE",
80
+
"disabled": "TRUE",
77
81
"used": false,
78
82
"childs": []
79
83
},
@@ -84,6 +88,7 @@ You can create complex tree decisions using the field ``depends``. The following
84
88
"type": "numeric-list",
85
89
"depends": "",
86
90
"mandatory": "FALSE",
91
+
"disabled": "",
87
92
"used": false,
88
93
"childs": [
89
94
{
@@ -93,6 +98,7 @@ You can create complex tree decisions using the field ``depends``. The following
93
98
"type": "circle-list",
94
99
"depends": "sample_4",
95
100
"mandatory": "FALSE",
101
+
"disabled": "",
96
102
"used": false,
97
103
"childs": []
98
104
},
@@ -103,6 +109,7 @@ You can create complex tree decisions using the field ``depends``. The following
103
109
"type": "numeric-list",
104
110
"depends": "sample_4",
105
111
"mandatory": "FALSE",
112
+
"disabled": "",
106
113
"used": false,
107
114
"childs": []
108
115
},
@@ -113,6 +120,7 @@ You can create complex tree decisions using the field ``depends``. The following
113
120
"type": "numeric-list",
114
121
"depends": "sample_4",
115
122
"mandatory": "FALSE",
123
+
"disabled": "",
116
124
"used": false,
117
125
"childs": [
118
126
{
@@ -122,6 +130,7 @@ You can create complex tree decisions using the field ``depends``. The following
122
130
"type": "numeric-list",
123
131
"depends": "sample_8",
124
132
"mandatory": "FALSE",
133
+
"disabled": "",
125
134
"used": false,
126
135
"childs": [
127
136
{
@@ -131,6 +140,7 @@ You can create complex tree decisions using the field ``depends``. The following
131
140
"type": "circle-list",
132
141
"depends": "sample_9",
133
142
"mandatory": "FALSE",
143
+
"disabled": "",
134
144
"used": false,
135
145
"childs": [
136
146
{
@@ -140,6 +150,7 @@ You can create complex tree decisions using the field ``depends``. The following
140
150
"type": "circle-list",
141
151
"depends": "sample_11",
142
152
"mandatory": "TRUE",
153
+
"disabled": "",
143
154
"used": false,
144
155
"childs": []
145
156
},
@@ -150,6 +161,7 @@ You can create complex tree decisions using the field ``depends``. The following
150
161
"type": "circle-list",
151
162
"depends": "sample_11",
152
163
"mandatory": "TRUE",
164
+
"disabled": "",
153
165
"used": false,
154
166
"childs": [
155
167
{
@@ -159,6 +171,7 @@ You can create complex tree decisions using the field ``depends``. The following
159
171
"type": "square-list",
160
172
"depends": "sample_13",
161
173
"mandatory": "FALSE",
174
+
"disabled": "",
162
175
"used": false,
163
176
"childs": [
164
177
{
@@ -168,6 +181,7 @@ You can create complex tree decisions using the field ``depends``. The following
168
181
"type": "square-list",
169
182
"depends": "sample_17",
170
183
"mandatory": "FALSE",
184
+
"disabled": "",
171
185
"used": false,
172
186
"childs": []
173
187
}
@@ -182,6 +196,7 @@ You can create complex tree decisions using the field ``depends``. The following
182
196
"type": "circle-list",
183
197
"depends": "sample_11",
184
198
"mandatory": "TRUE",
199
+
"disabled": "",
185
200
"used": false,
186
201
"childs": []
187
202
},
@@ -192,6 +207,7 @@ You can create complex tree decisions using the field ``depends``. The following
192
207
"type": "circle-list",
193
208
"depends": "sample_11",
194
209
"mandatory": "TRUE",
210
+
"disabled": "",
195
211
"used": false,
196
212
"childs": []
197
213
}
@@ -210,6 +226,7 @@ You can create complex tree decisions using the field ``depends``. The following
210
226
"type": "numeric-list",
211
227
"depends": "",
212
228
"mandatory": "TRUE",
229
+
"disabled": "",
213
230
"used": false,
214
231
"childs": []
215
232
},
@@ -220,6 +237,7 @@ You can create complex tree decisions using the field ``depends``. The following
220
237
"type": "paragraph",
221
238
"depends": "",
222
239
"mandatory": "TRUE",
240
+
"disabled": "",
223
241
"used": false,
224
242
"childs": []
225
243
},
@@ -230,6 +248,7 @@ You can create complex tree decisions using the field ``depends``. The following
230
248
"type": "square-list",
231
249
"depends": "",
232
250
"mandatory": "FALSE",
251
+
"disabled": "",
233
252
"used": false,
234
253
"childs": []
235
254
},
@@ -250,6 +269,7 @@ You can create complex tree decisions using the field ``depends``. The following
250
269
"type": "paragraph",
251
270
"depends": "",
252
271
"mandatory": "TRUE",
272
+
"disabled": "",
253
273
"used": false,
254
274
"childs": []
255
275
}
@@ -268,8 +288,9 @@ You can create complex tree decisions using the field ``depends``. The following
268
288
269
289
## Release Notes
270
290
-**v0.0.2:**
271
-
- Fix mandatory children glitch
272
-
- Fix sheetId always equals to 0
291
+
- [Feature] Add option to disable row in the Spreadsheet
0 commit comments