Skip to content

Commit 580ceb5

Browse files
authored
Enable inlinehelp toggle button in article edit
1 parent 3052d89 commit 580ceb5

File tree

1 file changed

+3
-0
lines changed
  • administrator/components/com_content/src/View/Article

1 file changed

+3
-0
lines changed

administrator/components/com_content/src/View/Article/HtmlView.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ function (Toolbar $childBar) use ($checkedOut, $itemEditable, $canDo, $user)
239239
}
240240

241241
$toolbar->divider();
242+
243+
ToolbarHelper::inlinehelp();
244+
242245
$toolbar->help('Articles:_Edit');
243246
}
244247
}

0 commit comments

Comments
 (0)