Commit b5c737baadaa660fbc52e01b6d75c638b5f60afb

Authored by Karpikau Andrei
1 parent 189dd530

add flag main field for element

... ... @@ -51,7 +51,6 @@
51 51
52 52
53 53 <% end %>
54   - <%= @main_field %>
55 54 <% row_items = @obj.page_content_markers.select{|item| item.row_item.to_i > 0}.collect(&:row_item).uniq %>
56 55 <% repeat_element = template_part.field_options.select{|item| item[:name] == 'repeat' }.first %>
57 56
... ...
1 1 module Kanjai
2   - VERSION = "0.0.115"
  2 + VERSION = "0.0.116"
3 3 end
... ...