-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic value field in form location list
- Loading branch information
1 parent
0634a8d
commit 97bb586
Showing
6 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* anyStores for Contao Open Source CMS | ||
* | ||
* @copyright (c) 2015 Tastaturberuf <[email protected]> | ||
* @copyright (c) 2015 - 2016 Tastaturberuf <[email protected]> | ||
* @author Daniel Jahnsmüller <[email protected]> | ||
* @license http://opensource.org/licenses/lgpl-3.0.html | ||
* @package anyStores | ||
|
@@ -14,3 +14,9 @@ | |
( | ||
'stores' => array('anyStores Liste', '') | ||
)); | ||
|
||
array_insert($GLOBALS['TL_LANG']['tl_form_field'], 0, array | ||
( | ||
'anystores_idField' => array('Spalte für den Value-Wert', ''), | ||
'anystores_categories' => array('Kategorien', '') | ||
)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters