Skip to content

Commit

Permalink
Merge pull request #20 from nswdpc/enh-phonefield-config
Browse files Browse the repository at this point in the history
Set default configuration for phonefield
  • Loading branch information
tardinha authored Jan 11, 2024
2 parents 1c0c54f + da71b8b commit 0390a4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ SilverStripe\Admin\ModelAdmin:
page_length: 100
Symbiote\GridFieldExtensions\GridFieldConfigurablePaginator:
default_page_sizes: [ 15, 30, 60, 100, 200, 500, 1000 ]

---
Name: nswdpc-content-phonefield
---
# Default to no geolocation service
Innoweb\InternationalPhoneNumberField\Forms\InternationalPhoneNumberField:
geolocation_service: null
initial_country: 'au'

0 comments on commit 0390a4d

Please sign in to comment.