Setting for allowing long sms

This commit is contained in:
Luke 2023-01-11 12:13:47 +01:00 committed by GitHub
parent ecd661c801
commit 2172112144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -26,6 +26,10 @@
<label for="promosms-sender-name" class="form-label">{{ $t("promosmsSMSSender") }}</label>
<input id="promosms-sender-name" v-model="$parent.notification.promosmsSenderName" type="text" minlength="3" maxlength="11" class="form-control">
</div>
<div class="mb-3">
<label for="promosms-allow-long" class="form-label">{{ $t("promosmsAllowLong") }}</label>
<input id="promosms-allow-long" v-model="$parent.notification.promosmsAllowLong" type="checkbox" class="form-control" checked>
</div>
</template>
<script>