Skip to content

Commit

Permalink
[ADD] Builder block title.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed Apr 27, 2024
1 parent b5c7561 commit ddd8852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/accordion/template.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<small>Список текстів</small>
<small>@lang('sCommerce::global.list_texts')</small>
@if (is_array($value ?? []) && is_array($value['title'] ?? []) && count($value['title'] ?? []))
@php($idOrig = ($id ?? 'accordion'))
@foreach ($value['title'] as $key => $title)
Expand Down
2 changes: 1 addition & 1 deletion builder/richtext/template.blade.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<small>Текстовий блок</small>
<small>@lang('sCommerce::global.text_block')</small>
<textarea id="{{$id ?? ''}}" name="builder[{{$i ?? '9999'}}][richtext]" rows="3" onchange="documentDirty=true;">{!!$value ?? ''!!}</textarea>

0 comments on commit ddd8852

Please sign in to comment.