Skip to content

Commit

Permalink
Indentlist plugin does not have to allow list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 9, 2013
1 parent 18866ba commit a8af8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/indentlist/plugin.js
Expand Up @@ -30,7 +30,7 @@
function commandDefinition( editor, name ) {
globalHelpers.specificDefinition.apply( this, arguments );

this.allowedContent = { 'ol ul': true };
// Require ul OR ol list.
this.requiredContent = [ 'ul', 'ol' ];

// Indent and outdent lists with TAB/SHIFT+TAB key. Indenting can
Expand Down

0 comments on commit a8af8b6

Please sign in to comment.