mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Fix link item to be in a separate block
This commit is contained in:
@ -131,7 +131,8 @@ if ($part eq 'toolbar') {
|
||||
[{'indent': '-1'}, {'indent': '+1'}],
|
||||
['blockquote'],
|
||||
['code-block'],
|
||||
['link', 'image'],
|
||||
['link'],
|
||||
['image'],
|
||||
[{'direction': 'rtl'}],
|
||||
['clean']
|
||||
]
|
||||
@ -152,7 +153,8 @@ EOF
|
||||
[{'indent': '-1'}, {'indent': '+1'}],
|
||||
['blockquote'],
|
||||
['code-block', 'formula'],
|
||||
['link', 'image', 'video'],
|
||||
['link'],
|
||||
['image', 'video'],
|
||||
[{'direction': 'rtl'}],
|
||||
['clean']
|
||||
]
|
||||
|
Reference in New Issue
Block a user