1.1.0
Added
- nesting JSON fields is now possible
JSON::make('Address', 'address', [
Text::make('Street'),
JSON::make('Location', [
Text::make('Latitude'),
Text::make('Longitude'),
]),
]);
Added
JSON::make('Address', 'address', [
Text::make('Street'),
JSON::make('Location', [
Text::make('Latitude'),
Text::make('Longitude'),
]),
]);