| Class | EditTemplateController |
| In: |
app/controllers/admin/edit_template_controller.rb
|
| Parent: | AdminController |
FIXME design_editor :holder => ‘environment’, :autosave => true, :block_types => :block_types
# File app/controllers/admin/edit_template_controller.rb, line 8
8: def block_types
9: %w[
10: FavoriteLinks
11: ListBlock
12: SellersSearchBlock
13: ]
14: end