Hi
Newbie question: I try to use Blockly with own blocks as a kind of property editor for some special data.
To generate my custom blocks, I used the Blockly Developer Tools, which is working fine so far.
But in the end I tried to export all data via the "Workspace Factory Export" button.
Then the webpage offers me the files
workspace.js
workspace.xml
and
toolbox.xml
but I miss the starter html code which is promised in the documentation and even in the pull down menu of the "Export"- Button.
Unfortunately I'm not familiar with all the blockly details to write my own surrounding start-up HTML page from scratch ;-|
Do you have any idea what I'm doing wrong?
many thanks in advance
Steffen