From d9f57bcb128b817eb9294b9bbfaf1fe081dfc9dd Mon Sep 17 00:00:00 2001 From: Jonathan Starck Date: Thu, 22 Oct 2020 18:21:53 +0200 Subject: [PATCH] Path corrected A piece of the path was missing in the documentation. --- Documentation/ForDevelopers/AddNewFields.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ForDevelopers/AddNewFields.md b/Documentation/ForDevelopers/AddNewFields.md index 9ced20044..15b1a26d8 100644 --- a/Documentation/ForDevelopers/AddNewFields.md +++ b/Documentation/ForDevelopers/AddNewFields.md @@ -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: