app/views/admin/communication/blocks/components/code/_static.html.erb
<% if list %>
<%= indentation %>- <%= property %>: >-
<%= indentation %> <%= prepare_code_for_static value, depth: depth + 2 %>
<% else %>
<%= indentation %><%= property %>: >-
<%= indentation %> <%= prepare_code_for_static value, depth: depth + 1 %>
<% end %>