rename "widget" type to "content-widget"

This commit is contained in:
zadam
2022-12-06 16:23:30 +01:00
parent d64b575e60
commit 012fb1f50b
6 changed files with 17 additions and 12 deletions

View File

@@ -593,12 +593,12 @@ function createOptionNotes() {
branchId: OPTIONS_APPEARANCE,
noteId: OPTIONS_APPEARANCE,
title: 'Appearance',
type: 'widget',
type: 'content-widget',
content: '',
parentNoteId: OPTIONS_ROOT
}).note;
note.addLabel('widget', 'optionsAppearance');
note.addLabel('contentWidget', 'optionsAppearance');
}
}