From fe98bc82fd43fcda7aaba46024b8d974807b6098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=B6rtgen?= Date: Fri, 10 Apr 2026 10:03:52 +0200 Subject: [PATCH 1/4] Add entity single select for mail templates sample showing label-property usage --- .../plugin-fundamentals/add-plugin-configuration.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md index c87a1f221..4e93f14d0 100644 --- a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md +++ b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md @@ -271,7 +271,18 @@ Here are some examples: ``` -Stores the ID of the selected product into the system config. +### Entity single select for mail templates + +```html + + exampleMailTemplate + mail_template + description + + +``` + +Stores the ID of the selected mail template into the system config. Displays the mail templates description in the administration. ### Entity multi ID select for products From 32210155714d2fd326493288469fd29530b16308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=B6rtgen?= Date: Fri, 10 Apr 2026 10:09:31 +0200 Subject: [PATCH 2/4] Update add-plugin-configuration.md with mail template info Add explanation for storing selected mail template ID. --- .../plugins/plugin-fundamentals/add-plugin-configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md index 4e93f14d0..3587f2cd2 100644 --- a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md +++ b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md @@ -271,6 +271,8 @@ Here are some examples: ``` +Stores the ID of the selected mail template into the system config. + ### Entity single select for mail templates ```html From 1f966fd6a6ba5b8c90a07176bc34e62b2f7927d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=B6rtgen?= Date: Fri, 10 Apr 2026 10:10:06 +0200 Subject: [PATCH 3/4] Update documentation to reflect product selection change --- .../plugins/plugin-fundamentals/add-plugin-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md index 3587f2cd2..79efd6245 100644 --- a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md +++ b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md @@ -271,7 +271,7 @@ Here are some examples: ``` -Stores the ID of the selected mail template into the system config. +Stores the ID of the selected product into the system config. ### Entity single select for mail templates From fa3ce17a54d9d2277c0425b09884740eca6fb57e Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Fri, 10 Apr 2026 11:26:18 +0200 Subject: [PATCH 4/4] Update guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../plugins/plugin-fundamentals/add-plugin-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md index 79efd6245..6ddbc0425 100644 --- a/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md +++ b/guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md @@ -284,7 +284,7 @@ Stores the ID of the selected product into the system config. ``` -Stores the ID of the selected mail template into the system config. Displays the mail templates description in the administration. +Stores the ID of the selected mail template into the system config. Displays the mail template description in the Administration. ### Entity multi ID select for products