control-freak-ide/documentation/docFiles/08_Driver/Fiddle/Blocks_Template.md
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

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>