In anticipation of
✨
Remove hardcoded restriction of filesize formatter to fields named "filesize"
Needs review
we want field_filesize
to be of the correct type, integer not the current string, so that once
✨
Remove hardcoded restriction of filesize formatter to fields named "filesize"
Needs review
is committed we can remove custom code from sector_wysiwyg_utils_preprocess_field()
and use core and configuration to display human readable file size to the users.
Convert media field_filesize
to type integer.
field.field.media.file.field_filesize.yml
& field.storage.media.field_filesize.yml
sector_wysiwyg_utils_preprocess_field()
New field formatter available for the field_filesize
, once
✨
Remove hardcoded restriction of filesize formatter to fields named "filesize"
Needs review
is resolved.
None
field_filesize
storage type changed from varchar(255) to int .
Closed: outdated
9.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.