File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 495
495
]
496
496
],
497
497
"description" : " List of specific projects to exclude from syncing."
498
+ },
499
+ "readOnly" : {
500
+ "type" : " boolean" ,
501
+ "default" : false ,
502
+ "description" : " Exclude read-only projects from syncing."
503
+ },
504
+ "hidden" : {
505
+ "type" : " boolean" ,
506
+ "default" : false ,
507
+ "description" : " Exclude hidden projects from syncing."
498
508
}
499
509
},
500
510
"additionalProperties" : false
Original file line number Diff line number Diff line change 46
46
]
47
47
],
48
48
"description" : " List of specific projects to exclude from syncing."
49
+ },
50
+ "readOnly" : {
51
+ "type" : " boolean" ,
52
+ "default" : false ,
53
+ "description" : " Exclude read-only projects from syncing."
54
+ },
55
+ "hidden" : {
56
+ "type" : " boolean" ,
57
+ "default" : false ,
58
+ "description" : " Exclude hidden projects from syncing."
49
59
}
50
60
},
51
61
"additionalProperties" : false
Original file line number Diff line number Diff line change 626
626
]
627
627
],
628
628
"description" : " List of specific projects to exclude from syncing."
629
+ },
630
+ "readOnly" : {
631
+ "type" : " boolean" ,
632
+ "default" : false ,
633
+ "description" : " Exclude read-only projects from syncing."
634
+ },
635
+ "hidden" : {
636
+ "type" : " boolean" ,
637
+ "default" : false ,
638
+ "description" : " Exclude hidden projects from syncing."
629
639
}
630
640
},
631
641
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments