app/views/admin/communication/blocks/components/rich_text/_static.html.erb
<% if list %>
<%= indentation %>- <%= property %>: >-
<%= indentation %> <%= prepare_html_for_static value %>
<% else %>
<%= indentation %><%= property %>: >-
<%= indentation %> <%= prepare_html_for_static value %>
<% end %>