22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"name": "Table Builder",
|
|
"component": true,
|
|
"author": "Keegan George",
|
|
"license_url": "https://github.com/discourse/discourse-table-builder/blob/main/LICENSE.txt",
|
|
"about_url": "TODO",
|
|
"learn_more": "TODO",
|
|
"theme_version": "0.0.1",
|
|
"minimum_discourse_version": "2.9.0.beta9",
|
|
"maximum_discourse_version": null,
|
|
"assets": {
|
|
"jsuites": "assets/vendor/jsuites.js",
|
|
"jspreadsheet": "assets/vendor/jspreadsheet.js"
|
|
},
|
|
"modifiers": {
|
|
"svg_icons": [
|
|
"align-left",
|
|
"align-center",
|
|
"align-right"
|
|
]
|
|
}
|
|
} |