javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

Allow each edition to define their own contents #124

Closed javiereguiluz closed 1 year ago

javiereguiluz commented 10 years ago

The loadContents() method of the BasePublisher class always loads the same contents and in the same order for every book edition. This is obviously the common case, but some rare books may need to add or remove some contents for some of their editions.

Besides adding or removing contents, this feature would allow to reorder the contents for each edition.