Browse code

Add teaser text and image to page item instead of looking up the teaser in first article of page

Benjamin Roth authored on24/08/2016 14:38:37
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,17 +0,0 @@
1
-<?php
2
-
3
-/**
4
- * Pagelist for Contao
5
- *
6
- * Copyright (c) 2015 Benjamin Roth
7
- *
8
- * @license LGPL-3.0+
9
- */
10
-
11
-/**
12
- * Fields
13
- */
14
-$GLOBALS['TL_LANG']['tl_article']['teaserSRC'][0] = 'Teaserbild';
15
-$GLOBALS['TL_LANG']['tl_article']['teaserSRC'][1] = 'Bitte wählen Sie eine Bilddatei aus der Dateiübersicht.';
16
-$GLOBALS['TL_LANG']['tl_article']['teaserSize'][0] = 'Bildgröße';
17
-$GLOBALS['TL_LANG']['tl_article']['teaserSize'][1] = 'Hier können Sie Abmessungen des Bildes und den Skalierungsmodus festlegen.';
Browse code

Initial commit

Benjamin Roth authored on31/05/2016 12:14:26
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+/**
4
+ * Pagelist for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+/**
12
+ * Fields
13
+ */
14
+$GLOBALS['TL_LANG']['tl_article']['teaserSRC'][0] = 'Teaserbild';
15
+$GLOBALS['TL_LANG']['tl_article']['teaserSRC'][1] = 'Bitte wählen Sie eine Bilddatei aus der Dateiübersicht.';
16
+$GLOBALS['TL_LANG']['tl_article']['teaserSize'][0] = 'Bildgröße';
17
+$GLOBALS['TL_LANG']['tl_article']['teaserSize'][1] = 'Hier können Sie Abmessungen des Bildes und den Skalierungsmodus festlegen.';