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

Commit

Permalink
Merge 73332a1 into 65ff154
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMicS committed Jan 2, 2019
2 parents 65ff154 + 73332a1 commit 9f6a24a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/headingbuttonsui.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

Expand All @@ -14,11 +14,17 @@ import { getLocalizedOptions } from './utils';
import iconHeading1 from '../theme/icons/heading1.svg';
import iconHeading2 from '../theme/icons/heading2.svg';
import iconHeading3 from '../theme/icons/heading3.svg';
import iconHeading4 from '../theme/icons/heading4.svg';
import iconHeading5 from '../theme/icons/heading5.svg';
import iconHeading6 from '../theme/icons/heading6.svg';

const defaultIcons = {
heading1: iconHeading1,
heading2: iconHeading2,
heading3: iconHeading3
heading3: iconHeading3,
heading4: iconHeading4,
heading5: iconHeading5,
heading6: iconHeading6
};

/**
Expand Down

0 comments on commit 9f6a24a

Please sign in to comment.