adds a new option category to the config object: ui, with a single expandInsertMenu option
which is false by default. Setting it to true makes it so the insert menu is
expanded on load rather than closed.
connected issues and PRs:
Setup
How to test/reproduce
ember serve, then add the new option to the config object we pass to initEditor
Overview
adds a new option category to the config object:
ui
, with a singleexpandInsertMenu
option which is false by default. Setting it to true makes it so the insert menu is expanded on load rather than closed.connected issues and PRs:
Setup
How to test/reproduce
ember serve, then add the new option to the config object we pass to initEditor
Challenges/uncertainties
Checks PR readiness