Browse code

Finalize module and also provide content element

Benjamin Roth authored on10/01/2023 21:52:20
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
+
5
+/*
6
+ * This file is part of modal bundle for Contao.
7
+ *
8
+ * (c) Benjamin Roth
9
+ *
10
+ * @license LGPL-3.0-or-later
11
+ */
12
+
13
+use Contao\DC_Table;
14
+use Contao\DataContainer;
15
+
16
+$GLOBALS['TL_LANG']['tl_content']['modal_configurations'][0] = 'PopUp-Konfiguration';
17
+$GLOBALS['TL_LANG']['tl_content']['modal_configurations'][1] = 'Die zu ladende PopUp-Konfiguration.';
18
+$GLOBALS['TL_LANG']['tl_content']['modal_configurations'][1] = 'Die zu ladende PopUp-Konfiguration.';
19
+
20
+$GLOBALS['TL_LANG']['tl_content']['modalconfig_legend'] = 'PopUp-Einstellungen';