Skip to content

Commit

Permalink
feat(gigascience#2): adding CKEditor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne committed Oct 16, 2023
1 parent 22c2037 commit e3ab421
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require": {
"craftcms/aws-s3": "^2.0",
"craftcms/ckeditor": "^3.6",
"craftcms/cms": "^4.4.0",
"verbb/navigation": "^2.0",
"vlucas/phpdotenv": "^5.4.0"
Expand Down
136 changes: 135 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
headingLevels:
- 1
- 2
- 3
- 4
- 5
- 6
listPlugin: List
name: Simple
toolbar:
- heading
- '|'
- bold
- italic
- link
7 changes: 6 additions & 1 deletion config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1697493313
dateModified: 1697494114
email:
fromEmail: [email protected]
fromName: 'GigaDB CMS'
Expand All @@ -25,6 +25,7 @@ fs:
url: $OBJECT_STORAGE_ENDPOINT
meta:
__names__:
1a4c79b2-ddf3-4b72-95e7-852ab2ff7a8e: Simple # Simple
2c79ab96-cdb4-4f4d-b481-9137d17ee4d8: 'Image Files' # Image Files
9d3df531-4efc-403f-9ce6-26de65b4c56e: 'GigaDB CMS' # GigaDB CMS
794caefa-4c9a-4eca-8f28-00d0f726f290: Common # Common
Expand All @@ -34,6 +35,10 @@ plugins:
edition: standard
enabled: true
schemaVersion: '2.0'
ckeditor:
edition: standard
enabled: true
schemaVersion: 3.0.0.0
navigation:
edition: standard
enabled: true
Expand Down

0 comments on commit e3ab421

Please sign in to comment.