Widget definition insert method should include editor instance and command data #2253
Closed
Description
opened on Jul 24, 2018
Type of report
Feature request
Provide description of the new feature
As requested in the #235 PR, currently widgetDefinition.insert doesn't feature neither editor
nor commandData
passed to the command that caused the insert method call.
While editor
issue could be mitigated, by storing editor
variable as a local variable in the scope, and passing it later on, same can not happen for commandData
.
Adding options object to the API that would provide editor
and commandData
will solve this problem.
Metadata
Assignees
Labels
A changelog entry should be put in the API section of the changelog.Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.The plugin which probably causes the issue.An issue confirmed by the development team.Any docs related issue that should be merged into a major branch.A feature request.
Activity