Closed frederikbrudy closed 7 years ago
A way of specifying the default header levels in the toolbar globally, instead of doing that in every single blueprint.
c::set('markdown.default.header1', 'h2'); c::set('markdown.default.header2', 'h3');
Implemented with 78b47a3b3e205ef7dd90ecf43515d940c80325fa. Thanks a lot for the idea!
A way of specifying the default header levels in the toolbar globally, instead of doing that in every single blueprint.