Skip to content

Commit

Permalink
uses @phila/pinboard 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Nov 13, 2023
1 parent 29f8729 commit 687e132
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
51 changes: 26 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fortawesome/pro-light-svg-icons": "5.15.4",
"@fortawesome/pro-regular-svg-icons": "5.15.4",
"@fortawesome/pro-solid-svg-icons": "5.15.4",
"@phila/pinboard": "https://github.com/CityOfPhiladelphia/pinboard#147e281",
"@phila/pinboard": "1.2.8",
"bulma": "^0.9.4",
"core-js": "^3.25.1",
"vue": "^2.7.10"
Expand Down
18 changes: 10 additions & 8 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,25 @@ pinboard({
},
// printView: false,
anySearch: true,
// allowZipcodeSearch: true,
allowZipcodeSearch: true,
allowPrint: true,
showBuffers: true,
resetDataOnGeocode: true,
retractableRefine: false,
dropdownRefine: false,
searchBar: {
placeholder: 'Search by address',
// placeholder: 'Search by address',
searchTypes: [
'address',
'zipcode',
],
labelText: {
address: 'Search by address',
},
placeholderText: {
address: 'Search by address',
},
labelText: 'Search by address or zipcode',
// labelText: {
// address: 'Search by address',
// },
// placeholderText: {
// address: 'Search by address',
// },
},
locationInfo: {
siteName: function(item, transforms) {
Expand Down

0 comments on commit 687e132

Please sign in to comment.