Forums
(@tylerborchert)
9 years ago
nevermind, found out how to do this, for anyone else struggling:
attrs = array( array( 'label' => 'Label', 'type' => 'select', 'options' => array( 'left' => 'Left', 'right' => 'Right' ) ) )
the keyword is ‘options’