forked from akiessling/t3ext-form_dynamic_recipient
-
Notifications
You must be signed in to change notification settings - Fork 4
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
28d595c
commit 9edf52b
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"name": "extrameile/form-dynamic-recipient", | ||
"type": "typo3-cms-extension", | ||
"description": "Adds new form select type, which shows recipient records of a given page. This information can be used as dynamic recipient for the form data.", | ||
"homepage": "https://www.extrameile-gehen.de", | ||
"homepage": "https://kiessling.tech", | ||
"license": ["GPL-2.0+"], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Kießling", | ||
"email": "[email protected]", | ||
"homepage": "https://www.extrameile-gehen.de", | ||
"email": "[email protected]", | ||
"homepage": "https://kiessling.tech", | ||
"role": "Developer" | ||
} | ||
], | ||
|
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
'description' => 'Adds new form select type, which shows recipient records of a given page. This information can be used as dynamic recipient for the form data.', | ||
'category' => 'plugin', | ||
'author' => 'Andreas Kießling', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'Extrameile GmbH', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'kiessling.tech', | ||
'state' => 'stable', | ||
'version' => '2.0.0', | ||
'constraints' => [ | ||
|