Skip to content

Commit

Permalink
Add search placeholder to manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Feb 5, 2020
1 parent 03d3c0b commit 0576d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Audio/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Hubs Sound Pack",
"searchPlaceholder": "Search sounds...",
"assets": [
{
"id": "Meeting_Room_no_Music",
Expand Down
1 change: 1 addition & 0 deletions scripts/manifest-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async function main() {

const manifest = {
name: "Hubs Sound Pack",
searchPlaceholder: "Search sounds...",
assets: [],
tags: []
};
Expand Down

0 comments on commit 0576d02

Please sign in to comment.