23 lines
473 B
Markdown
23 lines
473 B
Markdown
# Steps:
|
|
|
|
1. Run File/Download action and copy the content of that file into the clipboard
|
|
|
|
2. Open the [template fiddle](https://jsfiddle.net/mc007ibi/s7t65x45), and fork it (signup first)
|
|
|
|
2. Replace from clipboard in the JS file :
|
|
|
|
```
|
|
var MY_BLOCKS = [];
|
|
```
|
|
|
|
to
|
|
|
|
```
|
|
var MY_BLOCKS = PASTE_HERE
|
|
```
|
|
|
|
|
|
<iframe width="100%" height="800" src="//jsfiddle.net/mc007ibi/s7t65x45/embedded/js,result" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
|
|
|
|
|