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
public function getInputfields(): InputfieldWrapper {
$inputfields = parent::getInputfields();
$inputfields->add([
'type' => 'text',
'name' => 'apiKey',
'label' => __('ApiKey'),
'description' => __('ApiKey for your geocode provider. Default geocoder is [OpenCache](https://opencagedata.com/users/sign_up)')
]);
$inputfields->add([
'type' => 'text',
'name' => 'formatterMapping',
'notes' => __('e.g. %S %n %z %L'),
'label' => __('Format'),
'description' => __('Format the geocoded data. Leave empty or "native" for default formatting. Here is the mapping: [Geocoder-PHP Formatter](https://geocoder-php.org/docs/#formatters)')