(frontend) interlinking custom inline content

We want to be able to interlink documents in the editor.
We created a custom inline content that allows
users to interlink documents.
This commit is contained in:
Anthony LC
2025-04-23 18:41:11 +02:00
parent afa48b6675
commit 155e7dfe22
21 changed files with 685 additions and 153 deletions

View File

@@ -179,7 +179,7 @@ test.describe('Doc grid dnd mobile', () => {
await expect(docsGrid.getByRole('row').first()).toBeVisible();
await expect(docsGrid.locator('.--docs--grid-droppable')).toHaveCount(0);
await createDoc(page, 'Draggable doc mobile', browserName, 1, false, true);
await createDoc(page, 'Draggable doc mobile', browserName, 1, true);
await createRootSubPage(
page,