Excluding containers from sync with RegExp
https://github.com/mozilla/multi-account-containers/pull/2231
This commit is contained in:
parent
00c99722ca
commit
8222e7e2bf
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,15 @@
|
|||
</label>
|
||||
<p><em data-i18n-message-id="enableSyncDescription"></em></p>
|
||||
</div>
|
||||
<div class="settings-group-column">
|
||||
<label for="syncExcludeRegExp">
|
||||
<span class="bold" data-i18n-message-id="syncExclude"></span>
|
||||
</label>
|
||||
<input id="syncExcludeRegExp"
|
||||
data-i18n-attribute="placeholder"
|
||||
data-i18n-attribute-message-id="syncExcludePlaceholder">
|
||||
<p><em data-i18n-message-id="syncExcludeDescription"></em></p>
|
||||
</div>
|
||||
|
||||
<h3 data-i18n-message-id="tabBehavior"></h3>
|
||||
<div class="settings-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue