client: Activate ribbon toolbar by default

This commit is contained in:
Elian Doran 2024-11-09 09:19:38 +02:00
parent 48bc9204ac
commit dd6e762dab
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ export default class ClassicEditorToolbar extends NoteContextAwareWidget {
getTitle(note) {
return {
show: true,
activate: true,
title: "Editor toolbar",
icon: "bx bx-edit-alt"
};