Make dumper plugins (Kint, etc.) configurable
Issue #2405179 on drupal.org by willzyx.
It would be nice to make Kint minimally configurable. I wrote a patch to make configurable some Kint's properties:
-
theme
(Kint skin) -
maxLevels
(Max array/object levels to go deep) -
displayCalledFrom
(Whether to display where kint was called from) -
maxStrLength
(Max length of string before it is truncated)