You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 rivejä
218 B

  1. import Parchment from 'parchment';
  2. import Block, { BlockEmbed } from './block';
  3. class Container extends Parchment.Container { }
  4. Container.allowedChildren = [Block, BlockEmbed, Container];
  5. export default Container;