Skip to content

Commit

Permalink
[BUGFIX] table level was missing from TCEMAIN example (#478)
Browse files Browse the repository at this point in the history
Therefore the example was not working
  • Loading branch information
linawolf authored Jan 22, 2025
1 parent a663d7f commit 6daf914
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ TCEFORM {
}

TCEMAIN {
pages {
# Pages will *not* have "(copy)" appended:
disablePrependAtCopy = 1
# Pages will *not* be hidden upon copy:
disableHideAtCopy = 1
}
tt_content {
# Content will *not* have "(copy)" appended:
disablePrependAtCopy = 1
table {
pages {
# Pages will *not* have "(copy)" appended:
disablePrependAtCopy = 1
# Pages will *not* be hidden upon copy:
disableHideAtCopy = 1
}

tt_content {
# Content will *not* have "(copy)" appended:
disablePrependAtCopy = 1
}
}
}

0 comments on commit 6daf914

Please sign in to comment.