set/self/layout_options.rb in card-mod-layout-0.15.0 vs set/self/layout_options.rb in card-mod-layout-0.15.1
- old
+ new
@@ -1,3 +1,3 @@
def item_names _args={}
- Card.search(type: :layout) + Card::Layout.built_in_layouts
+ Card.search(type: :layout_type, return: :name) + Card::Layout.built_in_layouts
end