The custom block shape API provides an outputLeftPadding function that behaves (from what I have seen) like blockPadding.external, except that it does not discriminate block shape, and it only affects the left edge. I am requesting a symmetric function outputRightPadding that would do the same thing, but for the right edge.
The custom block shape API provides an
outputLeftPaddingfunction that behaves (from what I have seen) likeblockPadding.external, except that it does not discriminate block shape, and it only affects the left edge. I am requesting a symmetric functionoutputRightPaddingthat would do the same thing, but for the right edge.