stable
Clone or download
Read-only
We want to leverage existing code and image support for the MVP. Furthermore, in the near future we will add others features for the editor, and between v4 and v5 it's not the same format, so instead of support two versions in tuleap, we prefer to use v4 and migrate all editors on v5. Part of story #37543: edit Artidoc sections Change-Id: I45f2d09c31514a30156c23b6d5ec431385930074
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artidoc/include/Artidoc/ArtidocController.php | +3 | β0 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/package.json | +3 | β4 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/pnpm-lock.yaml | +10 | β437 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/DocumentContent.vue | +1 | β2 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.test.ts | +9 | β1 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.vue | +74 | β14 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/index.ts | +0 | β8 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/themes/includes/_ckeditor-overrides.scss | +5 | β15 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/vite.config.ts | +1 | β13 | Go to diff View file |