|
|
@@ -3,6 +3,12 @@ partialRootPath = EXT:ot_templating/Resources/Private/Partials/
|
|
|
layoutRootPath = EXT:ot_templating/Resources/Private/Layouts/
|
|
|
publicRootPath = EXT:ot_templating/Resources/Public/
|
|
|
|
|
|
+# Increase images max height and width
|
|
|
+styles.content.textmedia.maxW = 1024
|
|
|
+styles.content.textmedia.maxWInText = 1024
|
|
|
+styles.content.textmedia.maxH = 768
|
|
|
+styles.content.textmedia.maxHInText = 768
|
|
|
+
|
|
|
plugin.tx_ottemplating {
|
|
|
view {
|
|
|
templateRootPaths.0 = EXT:ot_templating/Resources/Private/Templates/
|
|
|
@@ -57,6 +63,5 @@ plugin.tx_ottemplating {
|
|
|
limit = 5
|
|
|
uid =
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|