wip file field

This commit is contained in:
2024-09-28 18:36:18 +03:00
parent 5ed57838fc
commit 39e7a3aed4
25 changed files with 674 additions and 44 deletions
@@ -0,0 +1,10 @@
<div class="record-header">
<a class="schema-name" href="{{lucent_url("content")}}/{{$schema->name}}">{{strtoupper($schema->label)}}</a>
<span class="record-title">
@if(!$createMode)
{{$viewModel->getRecordName($record)}}
@else
New Record
@endif
</span>
</div>