Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
402 stars 186 forks source link

SettingsBundle #1173

Closed aistis- closed 8 years ago

aistis- commented 8 years ago

Hello, is there a solution similar to https://github.com/Sylius/SyliusSettingsBundle for settings control in Kunstmaan? Let's say I have some global website settings, which must be editable via CMS. It could be a pagination number, some integration API credentials, an image (a relation to a Media entity) which must be rendered as a background in whole website. I do not want to end up creating an entity for each of these settings row :)

sandergo90 commented 8 years ago

Hi!

Yes there is as of symfony 3.

We have implemented this recently and you can find it here https://github.com/Kunstmaan/KunstmaanBundlesCMS/tree/sf3/src/Kunstmaan/ConfigBundle.

Cheers!

aistis- commented 8 years ago

Great, @sandergo90 is there any example I could check?

sandergo90 commented 8 years ago

Hi,

Yes there is ;) https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/sf3/src/Kunstmaan/ConfigBundle/Resources/doc/ConfigBundle.md

Cheers

aistis- commented 8 years ago

Thanks a lot!