move block elements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user