Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - CKEditor
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2013 at 19:39 UTC
Updated:
12 Jul 2018 at 13:23 UTC
Jump to comment: Most recent
Comments
Comment #1
twodThere is a setting for that called startupOutlineBlocks, but there's currently no widgets in the editor profile GUI to change it.
You can however do this in a small module to set it:
Comment #3
osmanThanks TwoD, that's exactly what I needed. Cheers.
Comment #4
karol haltenberger commentedHere's a snippet for Drupal 8.
Pre-selecting the button for all ckeditor enabled formats.
Comment #5
joshuautley commented@TwoD
Super Dope!!! Thank you.