Details
Description
With the introduction of publishing wizards we also changed how default CSS is send to the Objavi server. If user would save his local changes he would also save that specific version of default CSS. There was no way to change it later. If we change default CSS user would still use his older version.
What we need to do is provide default default css as constants. Let users modify it in their settings.py file or change it over the web in Control Center. With this changes we also need to change how wizards are created and changes are saved.
We will introduce couple of new configuration parameters:
- BOOKTYPE_CSS_BOOK
- BOOKTYPE_CSS_LULU
- BOOKTYPE_CSS_EBOOK
- BOOKTYPE_CSS_PDF
- BOOKTYPE_CSS_ODT
What we need to do is provide default default css as constants. Let users modify it in their settings.py file or change it over the web in Control Center. With this changes we also need to change how wizards are created and changes are saved.
We will introduce couple of new configuration parameters:
- BOOKTYPE_CSS_BOOK
- BOOKTYPE_CSS_LULU
- BOOKTYPE_CSS_EBOOK
- BOOKTYPE_CSS_PDF
- BOOKTYPE_CSS_ODT