
After the addition of some CSS code to a page, then another. Go to site information and the CSS code can be viewed, but as it appears, it looks as if both page CSS files are applied to the entire site, not the page it was input individually.
So what is going on under the covers? Are they just being shown as a whole? Or does the CSS displayed in a global manner without showing what page it applies to?
It appears a bit confusing and it doesn't help being stored in a JSON db locally. Have you done a search on GUI JSON viewers or editors? Those that do exist have some limitation or another rendering it so the structure is shown. It doesn't do much good to load it into a text editor either because we don't even know where it is stashed or the CSS name given to the assignment internally.
Considering data can be shown as a single line (4k long), to someone like myself that had not had to work with them before find them baffling and obtuse due it's format, or rather lack of.
After the addition of some CSS code to a page, then another. Go to site information and the CSS code can be viewed, but as it appears, it looks as if both page CSS files are applied to the entire site, not the page it was input individually. So what is going on under the covers? Are they just being shown as a whole? Or does the CSS displayed in a global manner without showing what page it applies to? It appears a bit confusing and it doesn't help being stored in a JSON db locally. Have you done a search on GUI JSON viewers or editors? Those that do exist have some limitation or another rendering it so the structure is shown. It doesn't do much good to load it into a text editor either because we don't even know where it is stashed or the CSS name given to the assignment internally. Considering data can be shown as a single line (4k long), to someone like myself that had not had to work with them before find them baffling and obtuse due it's format, or rather lack of.