You've already forked Atomcms-edit
14 lines
320 B
PHP
Executable File
14 lines
320 B
PHP
Executable File
<x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
|
|
<div
|
|
{{
|
|
$attributes
|
|
->merge($getExtraAttributes(), escape: false)
|
|
->class(['fi-in-text w-full -mt-6'])
|
|
}}
|
|
>
|
|
|
|
{{ $getModifiedState() }}
|
|
|
|
</div>
|
|
</x-dynamic-component>
|