Class: Avo::Resources::Items::Panel

Inherits:
ItemGroup
  • Object
show all
Includes:
Concerns::HasTranslatableTitle
Defined in:
lib/avo/resources/items/panel.rb

Direct Known Subclasses

MainPanel

Instance Method Summary collapse

Methods included from Concerns::HasTranslatableTitle

#title, #translation_key

Instance Method Details

#get_itemsObject



4
5
6
# File 'lib/avo/resources/items/panel.rb', line 4

def get_items
  items_with_standalone_fields_wrapped_in_cards
end