Beka Westberg
Beka Westberg
Hello! I believe what you want to do is first, make your DISMECustomBlocks.js file a module so that you can use import statements within it. Then import `Blockly` and `FieldDate`...
I'm not sure that we actually want to do this, because it only applies to zelos. The dropdown field [handles this by using a special constant](https://github.com/google/blockly/blob/da8e486995df8f0b7b08a086ffb1b4bd22b21963/core/field_dropdown.js#L288) in the [zelos renderer...
I think what I was concerned about is that in other renderers, the shadow block (and its color) are actually shown. So I think it makes sense to make the...
Agree, closing.
Thank you for reporting this :D Can reproduce! This doesn't seem to be JSON specific, but happens whenever the block is deserialized (from XML or JSON).
@johnnyoshika yeah it should be fine =) The issue is that in core, we [mix the quoting functionality directly into the text_create_with block](https://github.com/google/blockly/blob/b92cbd3b915ad99659ed2ad58adf1a4950fbbf79/blocks/text.js#L854), while in the plus/minus plugin we [apply...
Closed by #1289
> Would this image be suitable for a filled backpack? I like it! But I'm wondering if there's a way to change the icon to make it look more like...
> Could you elaborate more on the raw data block/code idea you have in mind? Thinking about this more, I couldn't come up with anything concrete + good haha. I...
Ok @Chappie74 @maribethb found the solution. You need to include the files in the `files` property of the package.json so that webpack can pack it =) Here's an example: https://github.com/google/blockly-samples/tree/master/examples/custom-tooltips-demo...