Class: Pageflow::BuiltInWidgetTypesPlugin Private
- 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
- #configure(config) ⇒ Object private
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 14 |
# 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| (entry_type_config) loading_spinner(entry_type_config) (entry_type_config) player_controls(entry_type_config) (entry_type_config) (entry_type_config) background_media_control(entry_type_config) end end |