Skip to content

Instantly share code, notes, and snippets.

@mmenozzi
Created January 15, 2013 10:16
Show Gist options
  • Save mmenozzi/4537712 to your computer and use it in GitHub Desktop.
Save mmenozzi/4537712 to your computer and use it in GitHub Desktop.
$form->add(
$bundle_key,
'choice',
array(
'label' => 'Bundle languages ' .$bundle_key,
'choices' => array(
'' => 'not defined',
'it' => 'it',
'en' => 'en',
),
'multiple' => true,
'expanded' => true,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment