Skip to content

Instantly share code, notes, and snippets.

@darrylhein
Created April 18, 2014 21:50
Show Gist options
  • Save darrylhein/11065981 to your computer and use it in GitHub Desktop.
Save darrylhein/11065981 to your computer and use it in GitHub Desktop.
'user_id' => array(
'field_type' => 'Select',
'list_flag' => TRUE,
'edit_flag' => TRUE,
'search_flag' => TRUE,
'view_flag' => TRUE,
'is_nullable' => FALSE,
'field_options' => array(
'source' => array(
'source' => 'array',
'data' => array(
'Parent' => array(
1 => 'Item 1',
2 => 'Item 2',
),
),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment