You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using JsonColumn plugin before for anything JSON/array editing. When I upgraded to Filament V4, I saw this CodeEntry and CodeEditor with both support for JSON. That's when I uninstalled the JsonColumn immediately.
Upon reading the CodeEntry, it says there that it natively supports array. When array is detected, it will set the "grammar" to JSON. So I thought that's the same with CodeEditor. Turns out it does not support array at all despite being the counterpart of CodeEntry infolist component.
My feature is just like that, hopefully a native support for array. Something like when array is detected, the Language is switched to JSON automatically as well.
Hopefully you can do this small request of mine. I'm sure it'll be helpful for other people working with JSON data. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've been using JsonColumn plugin before for anything JSON/array editing. When I upgraded to Filament V4, I saw this CodeEntry and CodeEditor with both support for JSON. That's when I uninstalled the JsonColumn immediately.
Upon reading the CodeEntry, it says there that it natively supports array. When array is detected, it will set the "grammar" to JSON. So I thought that's the same with CodeEditor. Turns out it does not support array at all despite being the counterpart of CodeEntry infolist component.
My feature is just like that, hopefully a native support for array. Something like when array is detected, the Language is switched to JSON automatically as well.
Hopefully you can do this small request of mine. I'm sure it'll be helpful for other people working with JSON data. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions