initial commit

This commit is contained in:
fux
2025-04-20 23:31:55 +02:00
commit 515655d8f5
62 changed files with 9191 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
TCEFORM {
pages {
layout {
removeItems = 1,2,3
}
}
tt_content {
// Reanabled: Disable imageheight and imagewidth for textpic and image
// to avoid incorrect rendering in frontend
imageheight.disabled = 0
imagewidth.disabled = 0
}
}