dcd-legacy/data/data-source.js
2024-03-07 14:03:58 +00:00

14 lines
223 B
JavaScript

/*
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
}