MV
MV
Hey Guys, I have an issue with Tiled group layers. When added, pixi-tilemap can't load the layers anymore. Is there a possibility to add Tiled group layers to the tilemap...
### Description Removes editor context from Canvas element Rewrite `window.parent` logic to `window.postmessage` on a `CanvasProvider` This way the canvas can be hosted externally and it won't run into any...
### Description Hide the topbar when `hideTopBar` is set to `true` in the easyblocks config
#### Description To correctly position (custom) pickers, include the domRect of selected item. In your picker modal config, you can then correctly position the picker on the screen.
### Description Currently, the following query parameters are only mutable on the URL. The editor page takes a few important query parameters: `readOnly = true` - if set to true,...
### Description To create fully custom widgets, include all the field parameters as a property. This enables the developer to read all the field information in a widget, so they...
### Description: Adds more functionality to the schema `group` property. #### Example usage: ``` groups: [ { key: "custom_group", label: "Custom group", // Custom label collapsable: true, // Set to...