2023-11-27 11:36:07 +01:00
|
|
|
{{> ../dropdown_widget_with_label
|
|
|
|
widget_name=can_mention_group_widget_name
|
|
|
|
label=(t 'Who can mention this group?')
|
|
|
|
value_type="number"}}
|
2023-08-04 16:07:18 +02:00
|
|
|
|
2024-08-26 05:54:48 +02:00
|
|
|
<div class="input-group can-manage-group-container">
|
|
|
|
<label>{{t "Who can manage this group" }}</label>
|
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_manage_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-10-02 13:47:50 +02:00
|
|
|
|
|
|
|
<div class="input-group can-join-group-container">
|
|
|
|
<label>{{t "Who can join this group" }}</label>
|
|
|
|
<div class="pill-container person_picker prop-element" id="id_{{can_join_group_widget_name}}" data-setting-widget-type="group-setting-type">
|
|
|
|
<div class="input" contenteditable="true"
|
|
|
|
data-placeholder="{{t 'Add roles, groups or users' }}">
|
|
|
|
{{~! Squash whitespace so that placeholder is displayed when empty. ~}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|