承接 kitzberger/rte-ckeditor-automails 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kitzberger/rte-ckeditor-automails

最新稳定版本:1.0.8

Composer 安装命令:

composer require kitzberger/rte-ckeditor-automails

包简介

TYPO3 CKEditor Rich Text Editor: Auto-link mail addresses

关键字:

README 文档

README

Brings the feature of automatically linking mail addresses to TYPO3's default editor ckeditor.

Installation

  • composer require kitzberger/rte-ckeditor-automails
  • Install extension via extension manager in the backend

Load PageTS

Simply load the RTE configuration default+automails provided by this extension via PageTS to the root page of your page tree. This'll set the default RTE configuration enhanced by this plugin as a default for all RTEs in that page tree.

Custom RTE config

Alternatively to enabling the default+automails configuration you can create your own RTE configuration and simply import the yaml file as described below.

EXT:custom/ext_localconf.php

$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['custom'] = 'EXT:custom/Configuration/RTE/Default.yaml';

EXT:custom/Configuration/RTE/Default.yaml

# Load default processing options + the automails plugin
imports:
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
  - { resource: "EXT:rte_ckeditor_automails/Configuration/RTE/Plugin.yaml" }

Default link class

The class that is being used by default for the created <a> tag is: mail.

You can change that by adding this to your RTE configuration:

editor:
  externalPlugins:
    automails:
      defaultClass: 'autolinked-mail-address'

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: JavaScript

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固