Replies: 2 comments 2 replies
-
Hey @blondie63 , This fields' docs say everything you give to CRUD::addField([
'name' => 'location',
'type' => 'google_map',
// optionals
'map_options' => [
'default_lat' => 123,
'default_lng' => 456,
'locate' => false, // when false, only a map is displayed. No value for submition.
'height' => 400 // in pixels
'language' => 'it',
'localization' => [
'Get my location' => 'Trova la mia posizione'
]
]
]); Have you tried that? Cheers! |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm closing this issue due to inactivity. If you need further assistance or have additional questions, feel free to reopen this issue or create a new one. We're here to help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, about https://backpackforlaravel.com/docs/5.x/crud-fields#google_map-pro
How can i localize it ?
by javascript i can use this:
Beta Was this translation helpful? Give feedback.
All reactions