- Issue created by @fmfpereira
- 🇵🇹Portugal fmfpereira
I've created a new formatter extending the file_default generic formatter.
After setting up the field and navigating to 'Manage Display, the field is missing on layout builder, or, if using the standard Field UI, the formatter appears empty.
I believe the issue is that the new field type sets file_default as the default formatter. However, this formatter does not apply to the new field because it is not defined.
Create a new formatter that extends the file_default formmater class.
Active
1.0
Code
I've created a new formatter extending the file_default generic formatter.