Skip to content

Commit

Permalink
dork
Browse files Browse the repository at this point in the history
  • Loading branch information
leogilmour committed Sep 27, 2018
1 parent 0c4b2d9 commit fc7f1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget-loader-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

$widget_config = [
'key' => $key,
'name' => 'widget_related_articles',
'name' => 'related_articles',
'label' => 'Related Articles',
'display' => 'block',
'sub_fields' => [
Expand All @@ -29,7 +29,7 @@
'label' => 'Posts',
'name' => 'posts',
'type' => 'repeater',
'instructions' => 'Add a maximum of 7 posts',
'instructions' => 'Add a maximum of 4 posts',
'layout' => 'row',
'button_label' => 'Add post',
'min' => 1,
Expand Down

0 comments on commit fc7f1bc

Please sign in to comment.