Skip to content
Snippets Groups Projects
Commit d4a92685 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

doc

parent c23842d8
No related branches found
No related tags found
No related merge requests found
<%
blob = component.blob
list ||= false
# No list
# image:
# id: "6481e276-23c7-43bb-84aa-87820706ef27"
# file: "6481e276-23c7-43bb-84aa-87820706ef27"
# List
# - id: "1372a56a-8859-45b9-a7db-d6f9c0e1f38f"
# file: "1372a56a-8859-45b9-a7db-d6f9c0e1f38f
return unless blob
%>
<% if list %>
<%= indentation %>- id: "<%= blob.id %>"
<%= indentation %> file: "<%= blob.id %>"
<% else %>
<%= indentation %><%= property %>:
<%= indentation %> id: "<%= blob.id %>"
<%= indentation %> file: "<%= blob.id %>"
<% end %>
<%= indentation %> file: "<%= blob.id %>"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment