WIP moving to vanilla js from svelte
Editing record edit and i am in the middle of creating the dropdown component
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@extends("lucent::layouts.channel")
|
||||
|
||||
@section("content")
|
||||
|
||||
<div class="record-edit">
|
||||
<div class="tools-header">
|
||||
@include("lucent::records-editor.header")
|
||||
{{-- <EditHeader {schema} bind:record {isCreateMode} bind:activeContentTab/>--}}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user