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.

8 lines
172 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. // start point
  2. export default {
  3. name: 'dropcap',
  4. initialize() {
  5. // syntax is tag.class in an array
  6. helper.whiteList(['span.dropcaps', 'span.sclass']);
  7. }
  8. };