sulu / sulu-standard

This repository is not longer the recommended way to start a sulu project. Use:
https://github.com/sulu/skeleton
MIT License
614 stars 106 forks source link

Consistent config files: xml instead of yml #56

Open turbo-ele opened 10 years ago

turbo-ele commented 10 years ago

xml config files should be used instead of yml

danrot commented 10 years ago

Which config files are you talking of?

turbo-ele commented 10 years ago

all config files in sulu. (services, routes, ...) this was a request of @chirimoya

chirimoya commented 10 years ago

e.g. https://github.com/sulu-cmf/sulu/tree/develop/src/Sulu/Bundle/CoreBundle/Resources/config https://github.com/sulu-cmf/SuluAdminBundle/tree/develop/Resources/config

danrot commented 10 years ago

@chirimoya What is about the app config? Or do you only talk about the bundle configurations here?

chirimoya commented 10 years ago

The bundle configurations must be consistent. App config respectively the params are ok in yml.