conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Hook to allow engines to provide site-wide settings #57

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 12 years ago

Some engines, such as Breeze Commerce and Breeze Pay Online, have site-wide settings they need to store. This has two disadvantages:

  1. Settings are spread throughout the Admin UI. It would be preferable to have a single Settings section for the whole site.
  2. Engines need to store settings themselves.

Breeze Core should provide a hook (or hooks) that allow engines to add site-wide settings to the Settings page.

isaacfreeman commented 11 years ago

Moved to Basecamp as a feature request.