- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 08:35 AM
I added a video to "System UI> Videos" and want to create an item catalog with the video. How do I do so?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 11:18 AM
Follow these steps -
Go to the script include table and search for HTMLSanitizerConfig
Open the script - after line 15 copy and paste these lines of code - just like the picture below
embed:{attribute:["src","type","allowfullscreen","allowscriptacces","plugnspage"]},
object:{attribute:["classid","codebase"]},
param:{attribute:["name","value"]}
after that, you need to set and attribute to false-
you first have to right-click the description in the catalog item to open the context menu -
click on "configure Dictionary"
on the bottom of that new page, there is a tab called attributes - you should see a new option - click it
now make sure it looks like the picture - once it does click save
now type in sys_properties.list in the navigation menu search bar -
now search for this property - "glide.ui.html.editor.extended_valid_elements" property
keep searching it doesnt always popup so try glide.ui.html and look or it on the list -
open it and add this to the value section and save
a[onclick|href|target|rel|media|hreflang|type|charset|name|rev|shape|coords|download|id|accesskey|class|dir|lang|style|tabindex|title]
now go back to the catalog item and insert the video back in. and it should work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2020 11:45 AM
i inserted above video and followed your steps.. but Result is below
i followed your steps exactly as per screenshot , but i don't know why it is not working for me,
Can you help me?
Script Include:
var HTMLSanitizerConfig = Class.create();
HTMLSanitizerConfig.prototype = {
initialize: function() {
},
HTML_WHITELIST : {
globalAttributes: {
attribute:[],
attributeValuePattern:{}
},
embed:{attribute:["src","type","allowfullscreen","allowscriptacces","plugnspage"]},
object:{attribute:["classid","codebase"]},
param:{attribute:["name","value"]}
},
HTML_BLACKLIST : {
globalAttributes: {},
},
getWhiteList : function() {
return this.HTML_WHITELIST;
},
getBlackList : function() {
return this.HTML_BLACKLIST;
},
type: 'HTMLSanitizerConfig'
};
system property:
a[onclick|href|target|rel|media|hreflang|type|charset|name|rev|shape|coords|download|id|accesskey|class|dir|lang|style|tabindex|title]
Catalog item: description