We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a nested blocks fields, pasting a block can result in two blocks being added, under these conditions:
blocks
When using the pasteboard, the block is only added once.
See video: https://github.com/user-attachments/assets/462ce54f-985e-4a9b-b2be-753f46460f3a
In the plainkit, add these two blueprints. The article block is used both in the main blocks field as well as the two column block.
article
# site/blueprints/blocks/article.yml name: Article wysiwyg: true preview: fields fields: text: type: writer
# site/blueprints/pages/default.yml title: Default Page fields: blocks: type: blocks fieldsets: article: blocks/article twocol: name: Two Columns wysiwyg: true preview: fields fields: blocksLeft: type: blocks width: 1/2 fieldsets: article: blocks/article blocksRight: type: blocks width: 1/2 fieldsets: article: blocks/article
Kirby Version 4.7.0
Your system Chrome 134 on macOS 15.3.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In a nested
blocks
fields, pasting a block can result in two blocks being added, under these conditions:blocks
field.blocks
field is selected, then copied and pasted using CMD+V.When using the pasteboard, the block is only added once.
See video: https://github.com/user-attachments/assets/462ce54f-985e-4a9b-b2be-753f46460f3a
To reproduce
In the plainkit, add these two blueprints. The
article
block is used both in the main blocks field as well as the two column block.Your setup
Kirby Version
4.7.0
Your system
Chrome 134 on macOS 15.3.2
The text was updated successfully, but these errors were encountered: