-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Currently data/session-data-default.js
is completely blank, and so it’s likely unclear to users how to put default data in there.
We could instead change it to something like:
// Use this file to specify default data for your prototype
// that will be set when the prototype first loads, or when
// a user uses the 'Reset data' feature in the footer.
module.exports = {
// Add your default data here,
// for instance:
//
// "organisation": "NHS",
}
The GOV.UK Prototype kit does this:
module.exports = {
// Insert values here
}
Metadata
Metadata
Assignees
Labels
No labels