conversionfoundry / breeze

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

Can't create placeholders or products on Pages tab #64

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 11 years ago

When you right-click in the page hierarchy on the Pages tab and select New..., the dialog asks you to select from different "Content types", which are subclasses of NavigationItem.

  1. This should probably be labelled "Page types", to avoid confusion with custom types.
  2. If you try to create a placeholder, Breeze actually create a page. This is the only place users can create placeholders.
  3. Likewise for Breeze::Commerce::Product. In this case, we'd expect users to normally create products under the Store tab.

Note that this area of Breeze is under discussion for design changes: one option we're seriously considering would be to have pages be the only navigation items, and change everything else that's currently a navigation item into a placeable item. This isn't certain yet, but it indicates that we should probably make minor fixes here rather than major changes.

isaacfreeman commented 11 years ago

Closing this, as we're removing the concept of different types of navigation items in Breeze 2.