Files

22 lines
462 B
JSON
Raw Permalink Normal View History

2022-07-03 20:47:08 -07:00
{
"name": "Table Builder",
"component": true,
"author": "Keegan George",
"license_url": "TODO",
"about_url": "TODO",
"learn_more": "TODO",
"theme_version": "0.0.1",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
2022-07-12 15:27:03 -07:00
"assets": {
2022-07-14 09:21:22 -07:00
"jsuites": "assets/jsuites.js",
"jspreadsheet": "assets/jspreadsheet.js"
2022-07-12 15:27:03 -07:00
},
"modifiers": {
"svg_icons": [
"align-left",
"align-center",
"align-right"
]
}
2022-07-03 20:47:08 -07:00
}