dcd-legacy/data/data-source.js

14 lines
223 B
JavaScript
Raw Permalink Normal View History

2024-03-07 07:43:25 -06:00
/*
Pattern:
"<id>": {
"<selector 1>": <modifying function 1>,
"<selector 2>": <modifying function 2>,
...
}
See example in data-source.example.js
*/
const DATA = {
// Add all of your IDs and content here
}