-
Notifications
You must be signed in to change notification settings - Fork 1
Home
TinyMCE module documentation, work in progress...
A profile is a defined template of available editing options and buttons.
Most settings ship with profiles. These profiles are JSON files, exportable with the Configuration manager on /admin/config/development/configuration/single/export.
Select Configuration group - Editor profiles and the Configuration name of profile to export.
By default this module ships with three profile variants: Default, Full and Small.
New profiles can get created on admin/config/content/tinymce-builder (Configuration / Content authoring / TinyMCE profile builder).
TinyMCE provides lots of options to control its appearance and behavior. Way too many to get handled in a settings form.
Reducing the settings available on admin/config/content/formats/FORMAT to only profile, skin and content CSS helps to not overwhelm admins with too many (possibly irrelevant) options. Not everyone want's to dive into the details, and the format settings form already has many things to keep an eye on.
Reducing the settings available on admin/config/content/tinymce-builder to only menubar (on/off), autoresize (on/off) and toolbar buttons provides enough flexibility to customize according to the most common use-cases. Still without overwhelming with options.
For admins, who really want to adjust all the details, the JSON file provides full control.