stable
Clone or download
Read-only
part of story #38627 : Choice of a new Rich Text Editor How to test: In editor there is now an icon to add an image When you click a popover enables you to fill the image src an its title This is not possible to update image properties, you can only add/remove images Change-Id: I3710f5fe2dbd9d054169188a47eb058df5e8a523
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/prose-mirror-editor/po/fr_FR.po | +9 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/image/image-menu-item-builder.ts | +77 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/image/popover-image.test.ts | +60 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/image/popover-image.ts | +170 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/links/input-value-updater.test.ts | +1 | −1 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/links/popover-link.ts | +7 | −44 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/menu.ts | +3 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/popover/common-builder.test.ts | +45 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/popover/common-builder.ts | +65 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/toolbar/popover/fields-adder.test.ts | +60 | −0 | Go to diff View file |
R | lib/frontend/prose-mirror-editor/src/plugins/toolbar/links/fields-adder.ts | Go to diff View file |