Skip to content

Commit

Permalink
Update gutenberg-block.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed May 2, 2024
1 parent 5d3f861 commit cf60423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gutenberg-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
'fields' => [
PostObject::make('Employee')
->postTypes(['employee'])
->format('object')
->format('object'),
],
'location' => [
Location::where('block', 'acf/employee')
Location::where('block', 'acf/employee'),
],
]);

0 comments on commit cf60423

Please sign in to comment.