1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * Pageimage for Contao |
|
5 |
+ * |
|
6 |
+ * Copyright (c) 2015 Benjamin Roth |
|
7 |
+ * |
|
8 |
+ * @license LGPL-3.0+ |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+ |
|
12 |
+/** |
|
13 |
+ * Fields |
|
14 |
+ */ |
|
15 |
+$GLOBALS['TL_LANG']['tl_page']['sb_imageUrl'] = array('Page image', 'You can choose an image for this page which can be displayed through an inserttag.'); |
|
16 |
+$GLOBALS['TL_LANG']['tl_page']['sb_imageSize'] = array('Image width and height', 'Here you can set the image dimensions and the resize mode.'); |
|
17 |
+$GLOBALS['TL_LANG']['tl_page']['sb_imageIgnore'] = array('Ignore fallback', 'Ignore inherited page images.'); |
|
18 |
+ |
|
19 |
+ |
|
20 |
+/** |
|
21 |
+ * Fields |
|
22 |
+ */ |
|
23 |
+$GLOBALS['TL_LANG']['tl_page']['sb_legend'] = 'Page image'; |