File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
docs/declarative-customization Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -539,19 +539,19 @@ This examples uses operator `loopIndex` and `length` to identify the last member
539
539
"elmType" : " span" ,
540
540
"forEach" : " region in @currentField" ,
541
541
"txtContent" : {
542
- "operator" : " ?" ,
543
- "operands" : [
544
- " =loopIndex('region') + 1 != length(@currentField) " ,
545
- {
546
- "operator" : " ? " ,
547
- "operands " : [
548
- " =loopIndex('region') == 0 " ,
549
- " [$region.lookupValue] " ,
550
- " =', ' + [$region.lookupValue]"
551
- ]
552
- },
553
- " =', and ' + [$region.lookupValue] "
554
- ]
542
+ "operator" : " ?" ,
543
+ "operands" : [
544
+ " =loopIndex('region') == 0 " ,
545
+ " [$region.lookupValue] " ,
546
+ {
547
+ "operator " : " ? " ,
548
+ "operands" : [
549
+ " =loopIndex('region') + 1 == length(@currentField) " ,
550
+ " =', and ' + [$region.lookupValue]" ,
551
+ " =', ' + [$region.lookupValue] "
552
+ ]
553
+ }
554
+ ]
555
555
}
556
556
}
557
557
]
You can’t perform that action at this time.
0 commit comments