mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 10:44:33 +08:00
Adds the media plugin to TinyMCE to allow insertion of videos.
Fixes #266 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@ -309,4 +309,14 @@
|
||||
|
||||
.comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
|
||||
min-height: 175px;
|
||||
}
|
||||
|
||||
/* FIXME - Ugly hack to modify the media plugin for TinyMCE */
|
||||
.mce-floatpanel[aria-label="Insert/edit media"] {
|
||||
.mce-open {
|
||||
display: none;
|
||||
}
|
||||
.mce-tab:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user