set iconClass also on whole page clipping #2250

This commit is contained in:
zadam 2021-10-21 23:02:22 +02:00
parent af40d73cee
commit 56e49cfc19

View File

@ -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);