Skip to content

Commit

Permalink
✨ Allow customizing the default block supports options (Fixes #251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Aug 13, 2024
1 parent 9f7d46e commit 0ce681c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
// 'phoneNumber' => 'phone_number',
],

/*
|--------------------------------------------------------------------------
| Generators
|--------------------------------------------------------------------------
|
| Here you may specify defaults used when generating Composer classes in
| your application.
|
*/

'generators' => [
'supports' => ['align', 'mode', 'multiple', 'jsx'],
],

/*
|--------------------------------------------------------------------------
| Cache Manifest Path
Expand Down

0 comments on commit 0ce681c

Please sign in to comment.