fix: custom sidebar field class name
This commit is contained in:
parent
27f751f6b3
commit
451ef06da8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div class="print-format-builder-field-placeholder"
|
||||
data-fieldname="{%= f.fieldname %}">
|
||||
<div title="{{f.label}}" class="field-label data-pill sidebar-field ellipsis
|
||||
{%= (f.fieldtype==="Custom HTML") ? "custom-sidebar-field" : "" %}"
|
||||
{%= (f.fieldtype==="Custom HTML") ? "sidebar-custom-field" : "" %}"
|
||||
style="cursor: grab; display: inline-block">
|
||||
{%= __(f.label) %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue