fixed rich text conponent
This commit is contained in:
parent
9b484e03f2
commit
ed31084759
|
|
@ -60,7 +60,7 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if ($column['type'] == 'rich-text')
|
@if ($column['type'] == 'rich-text')
|
||||||
<x-admin-form-richtext
|
<x-admin-form-rich-text
|
||||||
:name="$column['name']"
|
:name="$column['name']"
|
||||||
:title="$column['label']"
|
:title="$column['label']"
|
||||||
:required="$column['required'] ? true : false"
|
:required="$column['required'] ? true : false"
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
@if (isset($column['description']))
|
@if (isset($column['description']))
|
||||||
<div class="help-text font-size-12 lh-base">{{ $column['description'] }}</div>
|
<div class="help-text font-size-12 lh-base">{{ $column['description'] }}</div>
|
||||||
@endif
|
@endif
|
||||||
</x-admin-form-richtext>
|
</x-admin-form-rich-text>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue