Redactor に水平線のボタンを追加する
hr を追加してみました

挿入してみます
挿入されました
追加ソース
追加するソースはこんな感じ
/config/redactor/Standard.json
{
"buttons": ["html","formatting", "bold", "italic", "unorderedlist", "orderedlist", "line","link", "image", "video"],
"plugins": ["fullscreen", "video"],
"linkNewTab": true,
"toolbarFixed": true
}
出力されるコード
出力されるコードはこんな感じ

なるほどです。