stable
Clone or download
Read-only
Part of request #30355 Split core fronted into separate apps In goal to move site-admin scripts outside of big main scripts, we need to first split ckeditor-config which is used in site-admin to an external lib. *Testing:* no functionnal changes expected Change-Id: Ic8f5df65f95e5ded82659664cc75e782dc94548c
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/frontend/ckeditor-config/.gitignore | +1 | −0 | Go to diff View file |
A | lib/frontend/ckeditor-config/package.json | +23 | −0 | Go to diff View file |
A | lib/frontend/ckeditor-config/pnpm-lock.yaml | +15 | −0 | Go to diff View file |
R | src/scripts/main/src/tuleap/tuleap-ckeditor-config.ts | Go to diff View file | ||
A | lib/frontend/ckeditor-config/tsconfig.json | +7 | −0 | Go to diff View file |
A | lib/frontend/ckeditor-config/vite.config.ts | +31 | −0 | Go to diff View file |
M | src/scripts/main/package.json | +1 | −0 | Go to diff View file |
M | src/scripts/main/pnpm-lock.yaml | +3 | −0 | Go to diff View file |
M | src/scripts/main/src/dashboards/widgets/contact-modal.ts | +1 | −1 | Go to diff View file |
M | src/scripts/main/src/frs/admin/license-agreement.ts | +1 | −1 | Go to diff View file |
M | src/scripts/main/src/site-admin/massmail.ts | +1 | −1 | Go to diff View file |