Skip to content
Open
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,19 @@

Stores the ID of the selected product into the system config.

### Entity single select for mail templates

```html
<component name="sw-entity-single-select">
<name>exampleMailTemplate</name>
<entity>mail_template</entity>
<label-property>description</label-property>
<label>Choose a mail template for the plugin configuration</label>
</component>
```

Stores the ID of the selected mail template into the system config. Displays the mail templates description in the administration.

Check warning on line 287 in guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md

View workflow job for this annotation

GitHub Actions / Runner

[LanguageTool] reported by reviewdog 🐶 File types are normally capitalized. (FILE_EXTENSIONS_CASE[1]) Suggestions: `HTML` URL: https://languagetool.org/insights/post/spelling-capital-letters/ Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1 Category: CASING Raw Output: guides/plugins/plugins/plugin-fundamentals/add-plugin-configuration.md:287:116: File types are normally capitalized. (FILE_EXTENSIONS_CASE[1]) Suggestions: `HTML` URL: https://languagetool.org/insights/post/spelling-capital-letters/ Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1 Category: CASING
Comment thread
Isengo1989 marked this conversation as resolved.
Outdated

### Entity multi ID select for products

```html
Expand Down
Loading