Skip to content

Commit

Permalink
Example Design System JSON file
Browse files Browse the repository at this point in the history
As being discussed here: alphagov/govuk-design-system#4332
  • Loading branch information
simonwo committed Nov 28, 2024
1 parent 2b39fe4 commit edbd2ce
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/design-system.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Data Upload Design Kit",
"acronym": "DUDK",
"url": "https://register-dynamics.github.io/data-import/",
"components": [
{
"name": "Sheet selector",
"url": "https://register-dynamics.github.io/data-import/component-sheet-selector.html",
"keywords": [ "spreadsheet" ]
},
{
"name": "Table view",
"url": "https://register-dynamics.github.io/data-import/component-table-view.html",
"keywords": [ "spreadsheet" ]
}
],
"patterns": [
{
"name": "Tabular data",
"href": "https://register-dynamics.github.io/data-import/pattern-tabular-data.html",
"category": "Ask users for"
}
],
"concept": [
{
"id": "spreadsheet",
"synonyms": [ "table", "workbook", "worksheet" ]
}
]
}

0 comments on commit edbd2ce

Please sign in to comment.