定制 drupal/amazeeio_ckeditor_widgets 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drupal/amazeeio_ckeditor_widgets

最新稳定版本:1.1.0

Composer 安装命令:

composer require drupal/amazeeio_ckeditor_widgets

包简介

Adds a filter format that add some custom CKEditor widgets.

README 文档

README

This recipe will build a custom filter format you can use on the WYSIWYG fields that has three custom CKEditor widgets powered by the AI Automators.

  1. Image Alt Text - adds image alt text in CKEditor.
  2. Summary - summarizes text nicely
  3. Style Guide - makes sure that the tone of what you are writing is professional.

How to use

  1. After you login, you create a Page
  2. On the content choose the filter format "Content with AI"
  3. In the top right corner of the CKEditor you can use the three different widgets.

Adding to an existing project

Requirements

  1. Either a Drupal CMS project, or the Drupal CMS Page recipe. Note that the Drupal CMS Page recipe doesn't blend very well in with the Standard installation profile.
  2. An AI provider with chat capabilities and a default model configured for Chat with complex JSON. Try the amazee.ai AI provider for an easy setup without the privacy trade-offs.

Installation

composer require drupal/amazeeio_ckeditor_widgets
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush cr

Quick start project with the amazee.ai AI provider

composer create-project drupal/cms
composer config minimum-stability dev
composer require drupal/ai_provider_amazeeio drupal/amazeeio_ckeditor_widgets

drush site:install
drush en ai_provider_amazeeio
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush cr

You can login to or register with the amazee.ai AI provider at /admin/config/ai/providers/amazeeio.

统计信息

  • 总下载量: 241
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-03-13