Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Align image toolbar to the widget toolbar repository #115

Merged
merged 8 commits into from
Sep 20, 2018

Conversation

ma2ciek
Copy link
Contributor

@ma2ciek ma2ciek commented Sep 19, 2018

Suggested merge commit message (convention)

Other: Aligned ImageToolbar to the widget toolbar repository. Closes ckeditor/ckeditor5#3226.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

this.listenTo( editor.ui, 'update', () => {
this._checkIsVisible();
widgetToolbarRepository.register( 'table', {
toolbarItems: editor.config.get( 'table.toolbar' ) || [],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be called table.tableToolbar.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've split this PR into two parts, so we can align to the new API first and then add the new toolbar, add depreciation for table.toolbar and so on.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we can do all in one PR if you want

@ma2ciek
Copy link
Contributor Author

ma2ciek commented Sep 20, 2018

I wasn't sure in this and other PRs about tests, but I left them as they were because they check the whole integration pretty well.

@pjasiun pjasiun merged commit e276e66 into master Sep 20, 2018
@pjasiun pjasiun deleted the t/ckeditor5-ui/442 branch September 20, 2018 11:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table toolbar improvements
2 participants