mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
added table overlay to table toolbar button. (#763)
Co-authored by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
5077c95cba
commit
a24ef18dd4
10 changed files with 332 additions and 17 deletions
|
@ -275,7 +275,14 @@
|
|||
"link": "Link",
|
||||
"image": "Image",
|
||||
"uploadImage": "Upload Image",
|
||||
"table": "Table",
|
||||
"table": {
|
||||
"title": "Table",
|
||||
"size": "{{cols}}x{{rows}} Table",
|
||||
"customSize": "Custom Size",
|
||||
"cols": "Cols",
|
||||
"rows": "Rows",
|
||||
"create": "Create Custom Table"
|
||||
},
|
||||
"line": "Horizontal line",
|
||||
"collapsableBlock": "Collapsable block",
|
||||
"comment": "Comment",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue