area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.73k stars 568 forks source link

Fix position value for blocks in non-default editors #2381

Closed joyceverheije closed 8 months ago

joyceverheije commented 9 months ago

When using multiple block editor fields on a form, the position of blocks was not contextual to the editor, but global. This change groups blocks by their editor name so that the position starts at 1 for each editor.