Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.05 KB

README.md

File metadata and controls

52 lines (47 loc) · 1.05 KB

bbw-mock-data

Blue Billywig mock-data for Figma.

How to use

Add additional mock data

You can add additional mock data by editing the index.json file.

Add a new category to the bottom of the lists section:

{
  "name": "Blue Billywig",
  "lists": [
    {
      "name": "Clipt titles",
      "path": "clip-titles.txt"
    },
    {
      "name": "Duration",
      "path": "duration.txt"
    },
    {
      "name": "ID",
      "path": "id.txt"
    },
    {
      "name": "Project names",
      "path": "projects.txt"
    },
    {
      "name": "Names",
      "path": "names.txt"
    },
    {
      "name": "New category",
      "path": "new-category.txt"
    }
  ]
}

Then create the new-category.txt file in this repo and start adding your input. Each (new)line is a unique entry.

First entry
Second entry
Third entry
etcetera