Skip to content

Commit 18ce80a

Browse files
committed
add ckeditor and tinymce addons
1 parent 6ddc5b9 commit 18ce80a

File tree

2 files changed

+113
-2
lines changed

2 files changed

+113
-2
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"backpack/crud": "dev-next as 6.99.99",
1111
"backpack/pro": "dev-next as 2.9.99",
1212
"backpack/medialibrary-uploaders": "dev-next as 1.99.99",
13+
"backpack/ckeditor-field": "dev-main as 1.0.0",
14+
"backpack/tinymce-field": "dev-main as 1.0.0",
1315
"backpack/activity-log": "^2.0.3",
1416
"backpack/backupmanager": "^5.0",
1517
"backpack/calendar-operation": "^1.0",
@@ -50,6 +52,14 @@
5052
{
5153
"type": "composer",
5254
"url": "https://repo.backpackforlaravel.com/"
55+
},
56+
{
57+
"type": "vcs",
58+
"url": "https://github.com/Laravel-Backpack/ckeditor-field.git"
59+
},
60+
{
61+
"type": "vcs",
62+
"url": "https://github.com/Laravel-Backpack/tinymce-field.git"
5363
}
5464
],
5565
"autoload": {

composer.lock

Lines changed: 103 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)