Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,19 @@ Here are some examples:

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 template description in the Administration.

### Entity multi ID select for products

```html
Expand Down