Updated: Comment #N
Problem/Motivation
In Drupal\number\Plugin\field\formatter\NumberDecimalFormatter::settingsForm
, form elements are not well defined and uses 'weight'
instead of '#weight'
as parameter, which leds to the following warning message:
Proposed resolution
Change 'weight'
and use the right parameter '#weight'
.