Suppress Toolbar
Replies (1)
(1-1/1)
Added by Laurel Payne 9 months ago
Is it possible to have suppress the toolbar?
add the following line somewhere after including elRTE stylesheets:
.el-rte .toolbar ul {
display: none;
}
(1-1/1)