@Velocity_Zero This is an artifact of some internal implementation details but not actually a bug. Under the hood fields like Intensity
are being backed by private fields that are marked @editable
and then displayed with the expected user name (ie. Intensity
). So only the things that are marked with @editable
are being exposed, we just don’t display all the editable fields in the digest since some of them are private
variables or other implementation details.