2024-10-30 04:16:57 +01:00
|
|
|
<div class="input-group">
|
|
|
|
<label class="group-setting-label">{{label}}</label>
|
2024-11-14 10:23:22 +01:00
|
|
|
<div class="pill-container person_picker prop-element" id="{{#if prefix}}{{prefix}}{{else}}id_{{/if}}{{setting_name}}" data-setting-widget-type="group-setting-type">
|
2024-10-30 04:16:57 +01:00
|
|
|
<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>
|