-
Notifications
You must be signed in to change notification settings - Fork 174
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
Showing
15 changed files
with
66 additions
and
58 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
File renamed without changes.
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 |
---|---|---|
|
@@ -34,8 +34,8 @@ plugin.tx_powermail.settings.setup.receiver.predefinedReceiver { | |
### Dynamic example 1 | ||
|
||
In a bit more advanced example, we want to choose the receiver by a given value (e.g. of a select box). | ||
If value 1 is given in a field with marker *{receiver}*, *[email protected]* should be chosen | ||
and if value 2 or something else is given, *[email protected]* should be chosen. | ||
If value 1 is given in a field with marker `{receiver}`, `[email protected]` should be chosen | ||
and if value 2 or something else is given, `[email protected]` should be chosen. | ||
See following TypoScript setup example: | ||
|
||
``` | ||
|
2 changes: 1 addition & 1 deletion
2
Documentation/ForAdministrators/Readme.md → Documentation/ForAdministrators/Index.md
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# For developers | ||
|
||
Powermail can be extended in similar ways. If you want to execute something on a submit, look at the Finisher Classes. | ||
If you want to add own spamshield methods, look in this chapter, etc... | ||
|
||
* [AddFinisherClasses](/ForDevelopers/AddFinisherClasses.md) | ||
* [AddSpamshieldMethods](/ForDevelopers/AddSpamshieldMethods.md) | ||
* [DisableSpamshield](/ForDevelopers/DisableSpamshield.md) | ||
* [EventDispatcher](/ForDevelopers/EventDispatcher.md) | ||
* [AddNewFields](/ForDevelopers/AddNewFields.md) | ||
* [AddNewFieldProperties](/ForDevelopers/AddNewFieldProperties.md) | ||
* [AddNewFlexFormProperties](/ForDevelopers/AddNewFlexFormProperties.md) | ||
* [WriteOwnValidators](/ForDevelopers/WriteOwnValidators.md) | ||
* [AddDataProcessors](/ForDevelopers/AddDataProcessors.md) | ||
* [UserfuncsWithCobject](/ForDevelopers/UserfuncsWithCobject.md) | ||
* [DatabaseModel](/ForDevelopers/DatabaseModel.md) | ||
* [Local Development with Docker](/ForDevelopers/LocalDevelopment.md) |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Documentation/ForEditors/Readme.md → Documentation/ForEditors/Index.md
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
File renamed without changes.
File renamed without changes.
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