Add moduleIntergration
This commit is contained in:
@@ -563,6 +563,9 @@
|
||||
}}/>
|
||||
{/if}
|
||||
</Arcodion>
|
||||
<Arcodion name={language.moduleIntergration}>
|
||||
<TextAreaInput bind:value={$DataBase.moduleIntergration} fullwidth height={"32"} autocomplete="off"/>
|
||||
</Arcodion>
|
||||
{#if submenu !== -1}
|
||||
<Button on:click={() => {$openPresetList = true}} className="mt-4">{language.presets}</Button>
|
||||
{/if}
|
||||
|
||||
@@ -121,8 +121,12 @@
|
||||
</div>
|
||||
|
||||
{#if submenu === 0}
|
||||
<TextInput bind:value={currentModule.name} className="mt-1" placeholder={language.name}/>
|
||||
<TextInput bind:value={currentModule.description} className="mt-1" placeholder={language.description} size="sm"/>
|
||||
<span>{language.name}</span>
|
||||
<TextInput bind:value={currentModule.name} className="mt-1"/>
|
||||
<span class="mt-4">{language.description}</span>
|
||||
<TextInput bind:value={currentModule.description} className="mt-1" size="sm"/>
|
||||
<span class="mt-4">{language.namespace} <Help key="namespace" /></span>
|
||||
<TextInput bind:value={currentModule.namespace} className="mt-1" size="sm"/>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={currentModule.hideIcon} name={language.hideChatIcon}/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user