symfony-cmf / blog-bundle

ABANDONED - to focus our efforts, this bundle is no longer maintained
http://cmf.symfony.com
22 stars 31 forks source link

remove template? #40

Open lsmith77 opened 11 years ago

lsmith77 commented 11 years ago

see https://github.com/symfony-cmf/BlogBundle/pull/39

dantleech commented 11 years ago

The way I thought about it was to provide templates which can be used quickly and which act as a kind of documentation about what a template needs to look like.

I wonder if having example templates, like in debian packages, you might have a bunch of example fileds in /usr/share/doc/package-name, would be a good idea generally.

I originally thought of maybe eventually having several "themes".

This also plays well with the "test application" concept.

dbu commented 11 years ago

i think we should provide themes in separate repositories, not bundled with the functionality. for example, you would want every page to build on the same base page template, not have a specific base template for blog related things. but for 1.0 i don't mind that much if this code stays here.

are there any general symfony "themes"? so twig base skeletons that provide basic twig blocks and such things.