Skip to content

Commit

Permalink
chore(docs): Add placeholder example to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Aug 13, 2023
1 parent 75cc01d commit c381ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ If you are on Sage 10 and using my [ACF Composer](https://github.com/log1x/acf-c
```php
$field
->addField('my_number_field', 'phone_number')
->setConfig('placeholder', '+1 555-555-5555')
->setConfig('default_country', 'us');
```

Expand Down

0 comments on commit c381ab4

Please sign in to comment.