Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Persons Per Row Dropdown, allow 2,3,4 or 6 per row
  • Loading branch information
jjc16105 committed Apr 18, 2016
1 parent ff98c50 commit fc8da35
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions acf-export.php
Expand Up @@ -7,6 +7,24 @@ if(function_exists("register_field_group"))
'id' => 'acf_people-page',
'title' => 'People Page',
'fields' => array (
array (
'key' => 'field_55c37831dabc9',
'label' => 'Number of people Per Row',
'name' => 'persons_per_row',
'type' => 'select',
'required' => 1,
'choices' => array (
'2' => '2',
'3' => '3',
'4' => '4',
'6' => '6',
'' => '',
),
'default_value' => '4',
'allow_null' => 0,
'multiple' => 0,
),

array (
'key' => 'field_55c37831dccb9',
'label' => 'Layout',
Expand Down

0 comments on commit fc8da35

Please sign in to comment.