Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property toggles the inclusion method of theme CSS, affecting how styles are applied to the user interface. |
| What area does it affect? |
Theme and styling |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when optimizing performance or adjusting theme configurations. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sp.theme.parse_scss |
| Sys ID |
d405a3b877110010d81e7811a9106130 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Flag to include theme css as inline style or individual links |
| Updated |
2024-05-25 03:59:20 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... order for users to be directed to their starting page rather than an intermediate page. Provide a comma- separated list of page IDs. • Type: String • Default value: login_with_sso,idp_disco glide.sp.theme.parse_scss Option to allow compiled SCSS files to be loaded as links to improve repeat page view performance. If set to false, SCSS files are included inline in the page HTML ...
Related properties