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, when enabled, converts relative URLs in HTML content to absolute URLs, affecting how links are rendered. |
| What area does it affect? |
HTML content rendering |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring HTML editors or during content migration. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.html.editor.convert_urls |
| Sys ID |
43dcaea9930312006c45dc85e47ffb20 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
|
| Updated |
2024-05-25 03:47:54 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... properties in TinyMCE (continued) System properties for TinyMCE HTML editor Type Description be filtered by selecting the Remove formatting button on the paste prompt dialog. Default value is 'strong, b'. glide.ui.html.editor.convert_urls True | False This system property is used to set the convert_urls config of TinyMCE. Default: false. Note: This is related to the value of relative_urls which itself is set ...
Related properties