Skip to content

Commit

Permalink
Merge pull request #2175 from CityOfPhiladelphia/fix-feat-jobs
Browse files Browse the repository at this point in the history
fix featured jobs requiring at least one job
  • Loading branch information
m-atia authored Sep 16, 2024
2 parents e92b1f9 + 5c394fe commit ea4ea79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ function prefix_options_meta_boxes( $meta_boxes ) {
'type' => 'group',
'clone' => true,
'max_clone' => 2,
'min_clone' => 0,
'clone_empty_start' => true,
'add_button' => '+ Add a second featured job',

'fields' => array(
array(
'id' => 'job_title',
Expand Down

0 comments on commit ea4ea79

Please sign in to comment.