forked from gigascience/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gigascience#2): adding CKEditor plugin
- Loading branch information
Showing
4 changed files
with
157 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
config/project/ckeditor/configs/1a4c79b2-ddf3-4b72-95e7-852ab2ff7a8e.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|
@@ -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 | ||
|
@@ -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 | ||
|