set iconClass also on whole page clipping #2250

pull/255/head
zadam 2021-10-21 23:02:22 +07:00
parent af40d73cee
commit 56e49cfc19
1 changed files with 1 additions and 0 deletions

@ -93,6 +93,7 @@ function createNote(req) {
if (pageUrl) { if (pageUrl) {
note.setLabel('pageUrl', pageUrl); note.setLabel('pageUrl', pageUrl);
note.setLabel('iconClass', 'bx bx-globe');
} }
const rewrittenContent = processContent(images, note, content); const rewrittenContent = processContent(images, note, content);