Files
discourse-table-builder/about.json
T
Keegan George 52710496ed FIX: conflicting class declaration with core (#4)
* DEV: Remove `fade-in` and use `jsuites.basic.css` instead

* FIX: Linting issues with jspreadsheet-theme

* WIP: Add bash script to handle vendor assets

* FIX: Ember Linting fixes

* DEV: Cleanup comments and commented code
2022-07-28 07:33:25 -07:00

22 lines
476 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": {
"jsuites": "assets/vendor/jsuites.js",
"jspreadsheet": "assets/vendor/jspreadsheet.js"
},
"modifiers": {
"svg_icons": [
"align-left",
"align-center",
"align-right"
]
}
}