plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

switch from registry.xml to registry folder #450

Closed MrTango closed 3 years ago

tisto commented 3 years ago

@MrTango not sure if this is what I think it is. Though, one reason to move to p.a.registry control panels and settings was that spreading settings across multiple files became impossible to manage and we thought that a single file, no matter how big it might become, is the better option. Anyways, I do not use bobtemplates.plone, so this is just my personal recommendation I guess and you are free to do whatever you think is best.

jensens commented 3 years ago

+1000 - this is what I change first after creating a project. @tisto I do not want to edit a 1000+ lines XML file, really. And this happens fast in a project.

MrTango commented 3 years ago

thx for your feedback. In general you always can use both wys in parallel. You can still have the registry.xml and the folder. For bobtemplates.plone the folder makes it way easier to create new registrations. And i prefer simple files over a long single file.