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

Commit

Permalink
Reverted incorrect change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 16, 2018
1 parent 96f2929 commit dc12732
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/_snippets/features/custom-heading-levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,7 @@ ClassicEditor
options: [
{ model: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
{ model: 'heading1', view: 'h1', title: 'Heading 1', class: 'ck-heading_heading1' },
{ model: 'heading2', view: 'h2', title: 'Heading 2', class: 'ck-heading_heading2' },
{
model: 'heading2fancy',
view: {
name: 'h2',
class: 'fancy',
priority: 'high'
},
title: 'Heading 2 (fancy)',
class: 'ck-heading_heading2 fancy'
}
{ model: 'heading2', view: 'h2', title: 'Heading 2', class: 'ck-heading_heading2' }
]
},
toolbar: {
Expand Down

0 comments on commit dc12732

Please sign in to comment.