Export contents preserving manual order.
This commit is contained in:
parent
881f74bb32
commit
ad3fefe304
@ -277,7 +277,7 @@ module Locomotive
|
|||||||
|
|
||||||
highlighted_field_name = content_type.highlighted_field_name
|
highlighted_field_name = content_type.highlighted_field_name
|
||||||
|
|
||||||
content_type.contents.each do |content|
|
content_type.ordered_contents.each do |content|
|
||||||
hash = {}
|
hash = {}
|
||||||
|
|
||||||
content.custom_fields.each do |field|
|
content.custom_fields.each do |field|
|
||||||
|
Loading…
Reference in New Issue
Block a user