stable

Clone or download

Read-only

refactor: replace dragndrop by image upload

nitpicking. `is_image_upload_allowed` replaces `is_dragndrop_allowed` because we can also copy paste images instead of drag 'n drop. No functional changes. Part of story #38288: add a new section Change-Id: I985c527f7b1bd44b2a4be0fb92617d7db161e07c

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/SectionContent.vue +2 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/SectionDescription.test.ts +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/SectionDescription.vue +2 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.test.ts +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.vue +3 −3 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.test.ts +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.ts +3 −3 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/stubs/SectionEditorStub.ts +1 −1 Go to diff View file