-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.3
Bug summary
Setting the "Overlay editor size" to something other than "small" has no effect when editting the block grid element.
The feature works in version 13
Specifics
No response
Steps to reproduce
Create element type with eg. a RTE property
Create "Block Grid" datatype
- add the element type created before as a block item
Create document type that can be created in root and add a property of the previous created datatype
Create a content node of the created document type
- Add block item and add some content to the editor.
- Save the node
- Click the edit-pencil on the property and see that the side panel width is approx 40 %
Edit the blockgrid datatype
- edit the blocks item
- switch to the "Advance" tab
- change the "Overlay editor size" to Large or Full
- Submit -> Save
Edit the content node
- Click the edit-pencil on the property
- The side panel has the same size as before :-(