Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:editor_unmanaged [2023/08/03 08:08] ndn72:editor_unmanaged [2023/08/03 08:21] – [Example: Embed videos into process descriptions] ndn
Line 16: Line 16:
 ===== Example: Embed videos into process descriptions ===== ===== Example: Embed videos into process descriptions =====
  
-The following two configuration need to to be set for enabling the display and editing of unmanaged sections:+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 -->+<code> 
 +<!-- For editing HTML sections even when secure mode is active -->
 <property name="global.secureMode.allowHTMLPlugin" value="true" /> <property name="global.secureMode.allowHTMLPlugin" value="true" />
  
 <!-- For displaying HTML sections --> <!-- For displaying HTML sections -->
-<property name="process.description.displayUnmanagedSections.enabled" value="true" />''+<property name="process.description.displayUnmanagedSections.enabled" value="true" />
  
 </code> </code>
  
- In addition to this, displaying external content in iframes must be explicitly allowed:+In addition to this, displaying external content in iframes must be explicitly allowed:
  
-<code>''<!-- For allowing iframes from YouTube and Vimeo --> +<code> 
-<property name="global.secureMode.csp.additional.framesrc" value="https://www.youtube.com https://www.vimeo.com" />''+<!-- For allowing iframes from YouTube and Vimeo --> 
 +<property name="global.secureMode.csp.additional.framesrc" value="https://www.youtube.com https://www.vimeo.com" />
  
 </code> </code>