© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
bearer

How to build form using some JSON structure?

For example I want to save my texts on 3 different languages and I want to store them in JSON
{
"en": {"text": "hello", "url": "https://ex.com"},
"es": {"text": "hola", "url": "https://xcx.com"},
"de": {"text": "hallo", "url": "https://de.com"}
}

How can I edit and display them in Filament. Builder seems like solution for some schema - but I need only to preserve some structure of my json, I want to have strictly 3 predefined languages.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Using json properties for form schema
FilamentFFilament / ❓┊help
12mo ago
Question about using the new table / form structure
FilamentFFilament / ❓┊help
8mo ago
Converting form column to JSON?
FilamentFFilament / ❓┊help
3y ago