Skip to content

Commit 098ce94

Browse files
Merge pull request #8 from code16/add-highlight-in-editor
Add Highlight option on Editor
2 parents ae8d3ff + c298755 commit 098ce94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OzuCms/Form/OzuEditorToolbarEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ enum OzuEditorToolbarEnum: string
66
{
77
case Bold = 'bold';
88
case Italic = 'italic';
9+
const Highlight = 'highlight';
910
case Link = 'link';
1011
case Separator = '|';
1112
case BulletList = 'bullet-list';

0 commit comments

Comments
 (0)