Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/ForDevelopers/AddNewFields.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ With this TSConfig a new Option is available:
![developer_new_fields2](../Images/developer_new_fields2.png)

If an editor chose the new field, powermail searches by default for a Partial with Name New.html
(Default Path is powermail/Resources/Private/Partials/Form/New.html).
(Default Path is powermail/Resources/Private/Partials/Form/Field/New.html).

Because you should not modify anything within an extension-folder (because of upcoming extension-updates),
you should create a new file in your fileadmin folder - e.g.: fileadmin/powermail/Partials/Form/New.html
you should create a new file in your fileadmin folder - e.g.: fileadmin/powermail/Partials/Form/Field/New.html

### Example Content:

Expand Down