Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 72:editor_unmanaged [2023/01/10 15:02] – ohh | 72:editor_unmanaged [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Unmanaged Sections ====== | ====== Unmanaged Sections ====== | ||
| - | Unmanaged | + | Unmanaged |
| - | Unmanaged sections can be: | + | ** Considering IT security, this feature is disabled by default. |
| - | * Created manually by using the **Unmanaged | + | Unmanaged |
| - | * Created by the validation/ | + | |
| - | Unmanaged sections can be changed or edited by double-clicking | + | * manually using the **Unmanaged HTML Section** |
| + | * automatically through | ||
| - | Unmanaged | + | To modify an Unmanaged |
| - | ** <font inherit/inherit;;# | + | To delete an Unmanaged Section, delete the **Unmanaged HTML Section** |
| + | |||
| + | ===== Example: Embed videos into process descriptions ===== | ||
| + | |||
| + | The following two configuration properties need to to be set for enabling the display and editing of unmanaged sections: | ||
| + | |||
| + | <code> | ||
| + | <!-- For editing HTML sections even when secure mode is active --> | ||
| + | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| + | In addition to this, displaying external content in iframes must be explicitly allowed: | ||
| + | |||
| + | < | ||
| + | <!-- For allowing iframes from YouTube and Vimeo --> | ||
| + | < | ||
| + | |||
| + | </code> | ||
| + | |||
| + | When these three configuration properties are set, you should be able to insert the embed HTML code from the video site in an unmanaged section. | ||
| + | |||
| + | **Warning:** modifying the configuration properties can impact the security of the system by enabling cross-site scripting. | ||