Skip to content

Commit c55018e

Browse files
committed
Portfolio: add source edition in HTML form for posts in portfolio - refs BT#22002
1 parent 830bc7a commit c55018e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/inc/lib/PortfolioController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function addItem()
505505
$form->applyFilter('title', 'trim');
506506
}
507507
$editorConfig = [
508-
'ToolbarSet' => 'NotebookStudent',
508+
'ToolbarSet' => 'Documents',
509509
'Width' => '100%',
510510
'Height' => '400',
511511
'cols-size' => [2, 10, 0],
@@ -757,7 +757,7 @@ public function editItem(Portfolio $item)
757757
}
758758
}
759759
$editorConfig = [
760-
'ToolbarSet' => 'NotebookStudent',
760+
'ToolbarSet' => 'Documents',
761761
'Width' => '100%',
762762
'Height' => '400',
763763
'cols-size' => [2, 10, 0],

0 commit comments

Comments
 (0)