Files
discourse-table-builder/about.json
T
Keegan George 9bfc23c599 WIP: New approach (see description)
- Add edit table button (beside expand table button)
- Parse the table contents
- Display the table as a spreadsheet using the Importabular library
2022-07-12 15:27:03 -07:00

21 lines
426 B
JSON

{
"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,
"assets": {
"importabular": "assets/importabular.js"
},
"modifiers": {
"svg_icons": [
"align-left",
"align-center",
"align-right"
]
}
}