implemented adding of new addresses, numbers, emails and web pages

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-10 20:53:33 +02:00
parent 57122c6d42
commit e89f513677
5 changed files with 28 additions and 6 deletions

View File

@@ -14,5 +14,5 @@
</script>
{#if value}
<LineEditor type="span" editable={true} {value} {onSet} title={t('url')}/>
<LineEditor type="div" editable={true} {value} {onSet} title={t('url')}/>
{/if}