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:
Philip Molares 2020-11-29 13:17:40 +01:00 committed by GitHub
parent 5077c95cba
commit a24ef18dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 332 additions and 17 deletions

View file

@ -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",