15 lines
589 B
Markdown
15 lines
589 B
Markdown
|
# Sketch UI for mailinglist subscriptions
|
||
|
|
||
|
```PlantUML
|
||
|
@startsalt
|
||
|
{{^==Mailinglist-Subscriptions
|
||
|
Members-Announce: | [<color:#9a9a9a>X</color>] | ^frank.meiler@example.org^ | [Create New]
|
||
|
Members-Discussion: | [X] | ^frank.meiler@example.org^ | [Create New]
|
||
|
Customers-Announce: | [<color:#9a9a9a>X</color>] | ^frank.meiler@example.org^ | [Create New]
|
||
|
Operations-Announce: | [<color:#9a9a9a>X</color>] | ^Default Contact Data^ | [Create New]
|
||
|
Operations-Discussion: | [ ] | ^ ^ | [Create New]
|
||
|
|
||
|
}}
|
||
|
@endsalt
|
||
|
```
|