Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dxpr_ai recipe #12

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions recipes/dxpr_builder_ai/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "drupal/dxpr_builder_ai",
"type": "drupal-recipe",
"description": "Adds the AI Assistant CKEditor button to the CKEditor toolbars.",
"version": "dev-main",
"require": {
"drupal/core": ">=10.3",
"drupal/ai": "^1"
}
}
24 changes: 24 additions & 0 deletions recipes/dxpr_builder_ai/recipe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'DXPR Builder AI'
type: 'DXPR CMS'
description: 'Adds the AI Assistant CKEditor button to the CKEditor toolbars.'
install:
- ai_ckeditor
config:
import:
editor.editor.basic_html:
- editor.editor.basic_html
editor.editor.full_html:
- editor.editor.full_html
actions:
editor.editor.basic_html:
setComponent:
name: toolbar
options:
items:
- aickeditor
editor.editor.full_html:
setComponent:
name: toolbar
options:
items:
- aickeditor
Loading