Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 72:editor_unmanaged [2019/02/05 14:17] – created ext-bkkr | 72:editor_unmanaged [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Unmanaged Sections ====== | ====== Unmanaged Sections ====== | ||
| + | |||
| + | Unmanaged Sections provide the ability to insert HTML code into a description text. They are called " | ||
| + | |||
| + | ** Considering IT security, this feature is disabled by default. | ||
| + | |||
| + | Unmanaged Sections can be created | ||
| + | |||
| + | * manually using the **Unmanaged HTML Section** | ||
| + | * automatically through the validation process when migrating from Stages 6 to Stages 7. | ||
| + | |||
| + | To modify an Unmanaged Section, double-click the **Unmanaged HTML Section** | ||
| + | |||
| + | 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: | ||
| + | |||
| + | < | ||
| + | <!-- For editing HTML sections even when secure mode is active --> | ||
| + | < | ||
| + | |||
| + | <!-- For displaying HTML sections --> | ||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| + | In addition to this, displaying external content in iframes must be explicitly allowed: | ||
| + | |||
| + | < | ||
| + | <!-- For allowing iframes from YouTube and Vimeo --> | ||
| + | < | ||
| + | |||
| + | </ | ||
| + | |||
| + | 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: | ||