wn-blocks-plugin icon indicating copy to clipboard operation
wn-blocks-plugin copied to clipboard

Block based content management plugin for Winter CMS.

Results 13 wn-blocks-plugin issues
Sort by recently updated
recently updated
newest added

The blocks section of a Static Page disappears if the screen resolution is too high. I am unsure of the dimensions, but on a 1920x1080 screen, zooming out to 110%...

When no blocks have been defined yet, the "add item" field only exists in the "meta" section of a Static Page. ![image](https://github.com/wintercms/wn-blocks-plugin/assets/104367522/7f2b5d81-fe61-4182-81c4-2f0817d352fd) ![image](https://github.com/wintercms/wn-blocks-plugin/assets/104367522/3c243eec-1d36-4d7c-a105-275db687875c) We can also see the Markup section...

TL;DR: Winter Translate plugin doesn't work with this plugin in Static Pages, because Translate doesn't understand Blocks' multiple levels system. This makes all Translate fields refer to the same field...

Allow options for block config to be [AJAX-derived options](https://wintercms.com/docs/v1.2/docs/backend/forms#ajax-derived-options). ```yaml config: bg_color: label: Background color type: dropdown span: auto options: \Acme\Plugin\Classes\Helpers\ThemeHelper::staticMethodOptions ``` Supplying the dropdown options in the helper class...

Status: Response Needed
Type: Enhancement

I added `{variable type="blocks" name="blocks" tags="pages" tab="winter.pages::lang.editor.content"}{/variable}` in my layout file, and when I try to open the static page editor, I get `"Undefined variable $mode" on line 7 of...

### Context : a block that define a config according to the documentation. **Case 1 :** Block added to the page, nothing changed in content, open/close the config inspector, page...

Adding a block with a block type field within itself and rendering it using renderBlocks() causes out-of-memory issues. More specifically, block variables are shared within each layer of blocks. This...

Status: Response Needed
Type: Unconfirmed Bug

Basic implementation that changes the Blocks formwidget to extend MLRepeater and customizes the getLocaleSaveData to add the _group and _config to the save data. Also changes all blocks to use...

This PR adds a fix to ensure that all blocks are considered when use generating the cache key. The issue was caused by `BlocksDatasource::getPathsCacheKey()` not producing a cache key that...

This PR adds a BlocksController to allow user modification of blocks via the admin panel.