"breadcrumbs"
Configures the appearance of the breadcrumbs in Codebeamer.
Example
"breadcrumbs": {
"middle": true,
"replacementString": "~"
},
Properties
Property Name
Description
Default Value
"replacementString"
The string used to replace the truncated parts of the breadcrumb labels.
"~"
"middle"
If true, it abbreviates the labels in the middle; otherwise, it abbreviates the labels at the end.
true
"lastLabelMaxSize"
The maximum length of the last label in the breadcrumb.
100
"labelMaxSize"
The maximum length of all other labels in the breadcrumb.
50
"abbreviateLast"
If true, the last label is abbreviated.
false
Was this helpful?