close #1341 Changed: Remove code and image buttons from settings editor

This commit is contained in:
Cüneyt Şentürk
2020-03-10 17:43:19 +03:00
parent f75635c4ae
commit 64cd21d5ea
4 changed files with 104 additions and 13 deletions

View File

@ -7,7 +7,7 @@
{!! Form::label($name, $text, ['class' => 'form-control-label'])!!}
@endif
<html-editor
<akaunting-html-editor
name="{{ $name }}"
@if (!empty($attributes['v-model']))
@ -29,7 +29,7 @@
@if (isset($attributes['disabled']))
:disabled="'{{ $attributes['disabled'] }}'"
@endif
></html-editor>
></akaunting-html-editor>
<div class="invalid-feedback d-block"
v-if="{{ isset($attributes['v-error']) ? $attributes['v-error'] : 'form.errors.has("' . $name . '")' }}"