Skip to content

Theme Settings

Theme Settings are provided to customize the workspace in a manner that depicts the idea of the organization with the audience. This allows building a comfortable and easy work in the workspace for all the users to enhance the working capability of the provided space. This allows the organization to design their workspace in a manner that it looks as close as possible to the idea of the organization.

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };