Skip to content

Commit

Permalink
IBX-9339: Added recipe for ibexa/fieldtype-richtext-rte
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 2, 2025
1 parent 0516c1b commit ec8be10
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ibexa:
system:
admin_group:
fieldtype_richtext_rte:
license_key: '%env(CKEDITOR_LICENSE_KEY)%'
environment_id: '%env(CKEDITOR_ENVIRONMENT_ID)%'
environment_secret: '%env(CKEDITOR_ENVIRONMENT_SECRET)%'
web_socket_url: '%env(CKEDITOR_WEB_SOCKET_URL)%'
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ibexa.fieldtype_richtext_rte.admin:
resource: '@IbexaFieldTypeRichTextRTEBundle/Resources/config/routing_admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
24 changes: 24 additions & 0 deletions ibexa/fieldtype-richtext-rte/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\FieldTypeRichTextRTE\\FieldTypeRichTextRTEBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "composer.json",
"content": "\"ckeditor-rte-copy.sh\": \"script\"",
"position": "after_target",
"target": "\"yarn install\": \"script\","
}
],
"env": {
"#0": "The following values can be obtained in CKEditor Customer Portal > Cloud environments. See https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration-integration.html for more details.",
"CKEDITOR_LICENSE_KEY": "",
"CKEDITOR_ENVIRONMENT_ID": "",
"CKEDITOR_ENVIRONMENT_SECRET": "",
"CKEDITOR_WEB_SOCKET_URL": ""
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ibexa:
system:
admin_group:
fieldtype_richtext_rte:
license_key: '%env(CKEDITOR_LICENSE_KEY)%'
environment_id: '%env(CKEDITOR_ENVIRONMENT_ID)%'
environment_secret: '%env(CKEDITOR_ENVIRONMENT_SECRET)%'
web_socket_url: '%env(CKEDITOR_WEB_SOCKET_URL)%'
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ibexa.fieldtype_richtext_rte.admin:
resource: '@IbexaFieldTypeRichTextRTEBundle/Resources/config/routing_admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
24 changes: 24 additions & 0 deletions ibexa/fieldtype-richtext-rte/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\FieldTypeRichTextRTE\\FieldTypeRichTextRTEBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "composer.json",
"content": "\"ckeditor-rte-copy.sh\": \"script\"",
"position": "after_target",
"target": "\"yarn install\": \"script\","
}
],
"env": {
"#0": "The following values can be obtained in CKEditor Customer Portal > Cloud environments. See https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration-integration.html for more details.",
"CKEDITOR_LICENSE_KEY": "",
"CKEDITOR_ENVIRONMENT_ID": "",
"CKEDITOR_ENVIRONMENT_SECRET": "",
"CKEDITOR_WEB_SOCKET_URL": ""
}
}

0 comments on commit ec8be10

Please sign in to comment.