-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fda0cc7
commit 1ec1f83
Showing
7 changed files
with
72 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
{ | ||
"name": "hofff/contao-formtools", | ||
"description": "Various form utilities for Contao CMS.", | ||
"keywords": [ | ||
"form", | ||
"contao" | ||
], | ||
"type": "contao-bundle", | ||
"homepage": "https://hofff.com/", | ||
"license": "LGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Oliver Hoff", | ||
"email": "oliver@hofff.com", | ||
"homepage": "https://hofff.com/", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Nicky Hoff", | ||
"email": "[email protected]", | ||
"homepage": "https://hofff.com/", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Cliff Parnitzky", | ||
"homepage": "https://hofff.com", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "David Molineus", | ||
"homepage": "https://hofff.com", | ||
"email": "david@hofff.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/hofff/contao-formtools/issues", | ||
"source": "https://github.com/hofff/contao-formtools" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=7.1", | ||
"contao/core-bundle":"~4.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Hofff\\Contao\\FormTools\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"contao-manager-plugin": "Hofff\\Contao\\FormTools\\ContaoManager\\Plugin", | ||
"branch-alias": { | ||
"dev-master": "3.0.x-dev", | ||
"dev-develop": "3.1.x-dev", | ||
"dev-support/2.x": "2.0.x-dev" | ||
} | ||
} | ||
"name": "hofff/contao-formtools", | ||
"description": "Various form utilities for Contao CMS.", | ||
"keywords": [ | ||
"form", | ||
"contao" | ||
], | ||
"type": "contao-bundle", | ||
"homepage": "https://www.hofff.com/", | ||
"license": "LGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "David Molineus", | ||
"homepage": "https://www.hofff.com", | ||
"email": "david@hofff.com", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Nicky Hoff", | ||
"email": "[email protected]", | ||
"homepage": "https://www.hofff.com/", | ||
"role": "Manager" | ||
}, | ||
{ | ||
"name": "Cliff Parnitzky", | ||
"homepage": "https://www.hofff.com", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Oliver Hoff", | ||
"email": "oliver@hofff.com", | ||
"homepage": "https://www.hofff.com/", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/hofff/contao-formtools/issues", | ||
"source": "https://github.com/hofff/contao-formtools" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=7.1", | ||
"contao/core-bundle": "~4.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Hofff\\Contao\\FormTools\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"contao-manager-plugin": "Hofff\\Contao\\FormTools\\ContaoManager\\Plugin", | ||
"branch-alias": { | ||
"dev-master": "3.0.x-dev", | ||
"dev-develop": "3.1.x-dev", | ||
"dev-support/2.x": "2.0.x-dev" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_content']['hofff_formtools_overwrite_legend'] | ||
= 'Formular-Einstellungen überschreiben'; | ||
= 'Formular-Einstellungen überschreiben'; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help_legend'] | ||
= 'Erläuterung'; | ||
= 'Erläuterung'; | ||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_addHelp'] | ||
= array('Erläuterung hinzufügen', ''); | ||
= array('Erläuterung hinzufügen', ''); | ||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help'] | ||
= array('Erläuterung', ''); | ||
= array('Erläuterung', ''); |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_module']['hofff_formtools_overwrite_legend'] | ||
= 'Formular-Einstellungen überschreiben'; | ||
= 'Formular-Einstellungen überschreiben'; |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_content']['hofff_formtools_overwrite_legend'] | ||
= 'Sovrascrivi le impostazioni del modulo'; | ||
= 'Sovrascrivi le impostazioni del modulo'; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help_legend'] | ||
= 'Spiegazione'; | ||
= 'Spiegazione'; | ||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_addHelp'] | ||
= array('Aggiungi spiegazione', ''); | ||
= array('Aggiungi spiegazione', ''); | ||
$GLOBALS['TL_LANG']['tl_form_field']['hofff_formtools_help'] | ||
= array('Spiegazione', ''); | ||
= array('Spiegazione', ''); |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
|
||
$GLOBALS['TL_LANG']['tl_module']['hofff_formtools_overwrite_legend'] | ||
= 'Sovrascrivi le impostazioni del modulo'; | ||
= 'Sovrascrivi le impostazioni del modulo'; |