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 determines whether all translated_html fields are sanitized globally, impacting how HTML content is processed and displayed. |
| What area does it affect? |
Global HTML sanitization |
| 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 adjusting security settings or troubleshooting HTML content display issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.translated_html.sanitize_all_fields |
| Sys ID |
14d02720c323210016194ffe5bba8fec |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Controls sanitization behavior of translated_html fields on a global level. |
| Updated |
2024-05-25 04:06:33 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... logos may be trademarks of the respective companies with which they are associated. 226 Documentation Updates Sanitize All Translated HTML Fields • Description ◦(Old <blank> ◦(New When the Glide Property 'glide.translated_html.sanitize_all_fields' is set to the value 'true', all translated_html elements will be sanitized using an HTML sanitizer. When the property is set to 'false', an element will only be sanitized if ...
Related properties