Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Aug 2, 2021
1 parent 3ad712b commit 893ab80
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions templates/universal-standard/page-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
// "iconUrl": "" //Optional, use custom icon url instead of the default loading indicator animation
},
"voiceSearch": {
"enabled": false
// "customMicIconUrl": "", // Optional, display a custom microphone icon
// "customListeningIconUrl": "" // Optional, displays a custom while voice search is active
"enabled": false // Whether or not voice search is enabled
// "customMicIconUrl": "", // Path to override the voice start icon
// "customListeningIconUrl": "" // Path to override the voice stop icon
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions templates/vertical-full-page-map/page-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
// "iconUrl": "" //Optional, use custom icon url instead of the default loading indicator animation
},
"voiceSearch": {
"enabled": false
// "customMicIconUrl": "", // Optional, display a custom microphone icon
// "customListeningIconUrl": "" // Optional, displays a custom while voice search is active
"enabled": false // Whether or not voice search is enabled
// "customMicIconUrl": "", // Path to override the voice start icon
// "customListeningIconUrl": "" // Path to override the voice stop icon
}
},
"Pagination": {
Expand Down
6 changes: 3 additions & 3 deletions templates/vertical-grid/page-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
// "iconUrl": "" //Optional, use custom icon url instead of the default loading indicator animation
},
"voiceSearch": {
"enabled": false
// "customMicIconUrl": "", // Optional, display a custom microphone icon
// "customListeningIconUrl": "" // Optional, displays a custom while voice search is active
"enabled": false // Whether or not voice search is enabled
// "customMicIconUrl": "", // Path to override the voice start icon
// "customListeningIconUrl": "" // Path to override the voice stop icon
}
},
"Pagination": {
Expand Down
6 changes: 3 additions & 3 deletions templates/vertical-map/page-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
// "iconUrl": "" //Optional, use custom icon url instead of the default loading indicator animation
},
"voiceSearch": {
"enabled": false
// "customMicIconUrl": "", // Optional, display a custom microphone icon
// "customListeningIconUrl": "" // Optional, displays a custom while voice search is active
"enabled": false // Whether or not voice search is enabled
// "customMicIconUrl": "", // Path to override the voice start icon
// "customListeningIconUrl": "" // Path to override the voice stop icon
}
},
"Pagination": {
Expand Down
6 changes: 3 additions & 3 deletions templates/vertical-standard/page-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
// "iconUrl": "" //Optional, use custom icon url instead of the default loading indicator animation
},
"voiceSearch": {
"enabled": false
// "customMicIconUrl": "", // Optional, display a custom microphone icon
// "customListeningIconUrl": "" // Optional, displays a custom while voice search is active
"enabled": false // Whether or not voice search is enabled
// "customMicIconUrl": "", // Path to override the voice start icon
// "customListeningIconUrl": "" // Path to override the voice stop icon
}
},
"Pagination": {
Expand Down

0 comments on commit 893ab80

Please sign in to comment.