I would like to give my creative colleagues access to the CSS through the Zotonic CMS user interface.
How do you control CSS styles from within the CMS interface in Zotonic?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One design idea was that css (and templates) need to be under version control. That is why we kept the css (and templates) separate from the content-editing.
When your designers can use mercurial, then there is another way:
priv/configfileNow you will see an “update” button behind your site. When you click this button then a
hg pull -uof your site is performed. This will publish the new css (and other parts).