aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorpolo <contact@ordipolo.fr>2025-12-31 00:38:37 +0100
committerpolo <contact@ordipolo.fr>2025-12-31 00:38:37 +0100
commitdfed030ca6edf832397d273fbb0ad4b0b5d35877 (patch)
tree5122705902ea1040c3cdc79bc7e94a45b7d846c1 /composer.json
parentd04bbb05fb2c7f256163aa6fb5b78a670a890401 (diff)
downloadcms-dfed030ca6edf832397d273fbb0ad4b0b5d35877.tar.gz
cms-dfed030ca6edf832397d273fbb0ad4b0b5d35877.tar.bz2
cms-dfed030ca6edf832397d273fbb0ad4b0b5d35877.zip
installation tinymce-i18n (langues) avec composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 8eaccb0..dd8aa9c 100644
--- a/composer.json
+++ b/composer.json
@@ -11,18 +11,19 @@
11 "phpmailer/phpmailer": "^7.0", 11 "phpmailer/phpmailer": "^7.0",
12 "symfony/http-foundation": "^7.3", 12 "symfony/http-foundation": "^7.3",
13 "twbs/bootstrap-icons": "^1.13", 13 "twbs/bootstrap-icons": "^1.13",
14 "symfony/var-exporter": "^7.0" 14 "symfony/var-exporter": "^7.0",
15 "mklkj/tinymce-i18n": "^25.11"
15 }, 16 },
16 "scripts": { 17 "scripts": {
17 "post-install-cmd": [ 18 "post-install-cmd": [
18 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", 19 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce",
19 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", 20 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs",
20 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", 21 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php",
21 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" 22 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons"
22 ], 23 ],
23 "post-update-cmd": [ 24 "post-update-cmd": [
24 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", 25 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce",
25 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", 26 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs",
26 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", 27 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php",
27 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" 28 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons"
28 ] 29 ]