Browse Source

new JS ES

master
Marius Ciepluch 6 years ago
committed by GitHub
parent
commit
1a05f27bac
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      assets/javascripts/span-tag-whitelist.js.es6

+ 14
- 0
assets/javascripts/span-tag-whitelist.js.es6

@ -0,0 +1,14 @@
export default {
name: 'dropcap',
initialize() {
setup(helper);
]);
}
};
export function setup(helper) {
helper.whiteList([ 'span.dropcaps',
'span.sclass'
]);

Loading…
Cancel
Save