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 enables or disables the use of relative URLs in the HTML editor, affecting how links are generated in content. |
| What area does it affect? |
HTML editor functionality |
| 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 configuring the HTML editor or troubleshooting link issues in content. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.html.editor.relative_urls |
| Sys ID |
7c8deea9930312006c45dc85e47ffb09 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-05-25 03:39:02 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... | 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 by glide.ui.html.editor.relative_urls. glide.ui.html.editor.extended_valid_elements String This system property is used to set the extended_valid_elements config of TinyMCE. Default: <Empty string>. glide.ui.html.editor.relative_urls True | False glide.ui.html.editor.relative_urls is used to set the relative_urls config of ...
Related properties