A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I think that you need to prepare a custom ContentArea editor. The editor could extend ContentArea and disable D&D functionality.
Then only "create new block" button will be available. You also need to add SavingContent event and apply sorting.
Hello,
Is it possible to change the order of blocks in a ContentArea? I.e. disable drag&drop and when creating new blocks they are automatically inserted at a specific position (dependeing of the desired sortorder). :)