symfony-cmf / simple-cms-bundle

UNMAINTAINED - A more-than-simple cms based on the cmf components
http://cmf.symfony.com/
49 stars 45 forks source link

Use config defined custom page while initialing homepage #116

Closed JJK801 closed 10 years ago

JJK801 commented 10 years ago

Hi,

This PR make the HomepageInitializer able to load the data with the custom configured Page object (with SEO configuration, etc...) instead of the default Page object.

Thanks,

Jérémy

lsmith77 commented 10 years ago

@dbu shall we classify this as a bug fix?

dbu commented 10 years ago

this is assuming that the custom class has at least the same methods as the default Page. but i think that is a sane assumption.

i am ok to merge it into 1.1 yes.

dbu commented 10 years ago

thanks!