'textfield', '#title' => t('Google Maps API Key'), '#description' => t('Google Maps layers require that you obtain an API key. Refer to the API Keys documentation on farmOS.org for instructions.', array('@doc' => 'https://v1.farmos.org/hosting/apikeys/')), '#default_value' => variable_get('farm_map_google_api_key', ''), ); }