Simple question. When creating CSS properties within the Umbraco interface where do they get stored. Obviously within the CSS file itself but if your remove them they seem to persist anyway in the interface. I'm going to presume the DB itself but wanted clarification from anyone who might know otherwise.
They are stored at the bottom of the css file itself. Open the css file from outside of Umbraco backen, and check at the bottom, you will have a comment like this:
/* EDITOR PROPERTIES /* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
Where are CSS properties stored?
Simple question. When creating CSS properties within the Umbraco interface where do they get stored. Obviously within the CSS file itself but if your remove them they seem to persist anyway in the interface. I'm going to presume the DB itself but wanted clarification from anyone who might know otherwise.
Hey Jon,
Welcome to the Umbraco forum!
CSS and templates are held both physically as files and also in the database, this means you can edit them either in Umbraco or in the file system.
How Umbraco works out which to use when etc, I don't know.
Hope this helps
Rich
Hi Jon,
They are stored at the bottom of the css file itself. Open the css file from outside of Umbraco backen, and check at the bottom, you will have a comment like this:
/* EDITOR PROPERTIES
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
And thereunder you get the styles you declared.
Cheers,
Michael.
is working on a reply...