mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
8 lines
203 B
Svelte
8 lines
203 B
Svelte
{#if showWidjetJson}
|
|
<Card title="Редактор JSON">
|
|
<textarea rows="10" class="text-sm w-full" id="text1"
|
|
>{syntaxHighlight(JSON.stringify(layoutJson))}</textarea
|
|
>
|
|
</Card>
|
|
{/if}
|