move block elements

This commit is contained in:
2023-10-15 13:04:02 +03:00
parent 965c9fc1c0
commit 1faac31372
3 changed files with 53 additions and 15 deletions
@@ -1,9 +1,5 @@
<script>
import {getContext} from "svelte";
const channel = getContext("channel");
export let field;
export let schema;
export let id;
</script>
@@ -17,11 +13,10 @@
<small class=" text-primary opacity-50">{field.help}</small>
{/if}
</div>
<a
<span
tabindex="-1"
class="text-decoration-none"
href="{channel.lucentUrl}/schemas/{schema.name}/fields/edit/{field.name}"
><code class="text-primary opacity-50">{field.name}</code>
</a>
</span>
</div>
</div>