mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-02-18 01:14:44 +00:00
- 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
19 lines
378 B
JSON
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"
|
|
]
|
|
}
|
|
} |