Keegan George 4c8cfa9559 FEATURE: Ability to build a table in the composer
- Adds a button to the composer tools which triggers a modal window for a table builder
- Table builder contains fields to add table contents, as well as buttons to align contents, and add additional tables/rows
2022-07-04 14:58:50 -07:00

19 lines
378 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": {},
"modifiers": {
"svg_icons": [
"align-left",
"align-center",
"align-right"
]
}
}