File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,14 @@ Segment lets you change these destination settings from the Segment app without
48
48
<thead >
49
49
<tr >
50
50
<th >Setting</th >
51
- <th >Data Type</th >
52
- <th >Default</th >
53
51
<th >Description</th >
54
52
</tr >
55
53
</thead >
56
54
{% for item in currentIntegration.settings %}
57
55
{% unless item.deprecated == true %}
58
56
<tr >
59
57
<td class =" def " id =" {{item.name | slugify}} " ><code >{{item.name}}</code ></td >
60
- <td >{{item.type}}</td >
61
- <td ><code >{{item.defaultValue}}</code ></td >
62
- <td markdown =" span " >{{item.description}}</td >
58
+ <td markdown =" span " ><code >{{item.type}}</code >{% if item.defaultValue != ''%}, defaults to {{item.defaultValue}}.{% endif %} <br /> <br /> {{item.description}}</td >
63
59
</tr >
64
60
65
61
Original file line number Diff line number Diff line change 230
230
width : 25% ;
231
231
}
232
232
233
- th :nth-of-type (2 n ) {
234
- width : 15%
235
- }
233
+ // th:nth-of-type(2n) {
234
+ // width: 15%
235
+ // }
236
236
237
- th :nth-of-type (3 n ) {
238
- width : 15%
239
- }
237
+ // th:nth-of-type(3n) {
238
+ // width: 15%
239
+ // }
240
240
241
241
th :nth-of-type (4 n ) {
242
- width : 45 %
242
+ width : 75 %
243
243
}
244
244
245
245
td .def {
You can’t perform that action at this time.
0 commit comments