Class: Pageflow::BuiltInWidgetTypesPlugin Private

Inherits:
Plugin
  • Object
show all
Defined in:
lib/pageflow/built_in_widget_types_plugin.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#configure(config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



4
5
6
7
8
9
10
11
12
13
# File 'lib/pageflow/built_in_widget_types_plugin.rb', line 4

def configure(config)
  config.for_entry_type(PageflowPaged.entry_type) do |entry_type_config|
    slideshow_mode(entry_type_config)
    loading_spinner(entry_type_config)
    navigation(entry_type_config)
    player_controls(entry_type_config)
    cookie_notice(entry_type_config)
    background_media_control(entry_type_config)
  end
end