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 visibility of videos in the embedded help pane, allowing them to be shown or hidden without removing them from the help topic. |
| What area does it affect? |
Embedded Help |
| 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 updating help topics or adjusting user assistance features. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.embedded_help.enable_video |
| Sys ID |
6ff51ee33b033200188dede393efc43b |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Shows or hides a video contained in a help topic. If true, the video shows in the embedded help pane. If false, the video is hidden in the pane, but not removed from the help topic.
Note: All videos must be wrapped in a "class=video" style to disable videos from rendering in the help panel. The client may cache the property. |
| Updated |
2024-05-25 05:06:35 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... help system properties (continued) Name Description • Type: integer • Default value: 2000 com.glide.embedded_help.enabled Enables the embedded help plugin for activation. • Type: true | false • Default value: true com.glide.embedded_help.enable_video Enables users to see embedded videos in help content. The administrator can embed video and a description, but if this property is false, the video and description are hidden in ...
Related properties