mirror of
https://github.com/documize/community.git
synced 2025-08-07 22:45:24 +02:00
renamed s/s title Table to Tabular, 12.3
This commit is contained in:
parent
74af1f2cd6
commit
b56b82a80f
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ const (
|
|||
// AppVersion does what it says
|
||||
// Versioning scheme major.minor where "minor" is optional
|
||||
// e.g. 1, 2, 3, 4.1, 4.2, 5, 6, 7, 7.1, 8, 9, 10, ..... 127, 127.1, 128
|
||||
AppVersion = "12.2"
|
||||
AppVersion = "12.3"
|
||||
)
|
||||
|
||||
var port, certFile, keyFile, forcePort2SSL string
|
||||
|
|
|
@ -26,8 +26,8 @@ func (*table) Meta() TypeMeta {
|
|||
section := TypeMeta{}
|
||||
|
||||
section.ID = "81a2ea93-2dfc-434d-841e-54b832492c92"
|
||||
section.Title = "Table"
|
||||
section.Description = "Table with rows, columns and formatting"
|
||||
section.Title = "Tabular"
|
||||
section.Description = "Rows, columns and formatting for tabular data"
|
||||
section.ContentType = "table"
|
||||
section.Order = 9996
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue