Skip to content

Instantly share code, notes, and snippets.

View EtienneRd's full-sized avatar

Etienne Rouillard EtienneRd

View GitHub Profile
@EtienneRd
EtienneRd / .gitconfig
Created February 28, 2016 14:52
git config
[core]
editor = nano
[color]
diff = auto
status = auto
branch = auto
[alias]
co = checkout
@EtienneRd
EtienneRd / gist:4134954
Created November 23, 2012 10:28
Drupal:Format download file link
/**
* Implements hook_field_formatter_info()
*/
function MYMODULE_field_formatter_info()
{
return array(
// Format de téléchargement de fichier
'MYMODULE_file_link' => array(
'label' => t('Download link'),
'field types' => array('file')