stinger/ckeditor-office2013-skin-bundle

Symfony2 Bundle 用于集成 CKEditor 的 Office 2013 皮肤

安装: 606

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:CSS

类型:symfony-bundle

1.0.4 2015-12-15 08:57 UTC

This package is auto-updated.

Last update: 2024-09-07 19:06:07 UTC


README

Symfony2 Bundle 用于集成 CKEditor 的 Office 2013 皮肤

当前版本

Office 2013 v1.0.4

安装

将包添加到你的 composer.json 文件中

// composer.json

{
    "require": {
		// ...
        "stinger/ckeditor-office2013-skin-bundle": "~1.0.6"
    }
}

将包添加到你的应用程序内核中

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\CKEditorOffice2013SkinBundle\StingerCKEditorOffice2013SkinBundle(),
        // ...
    );
}

使用 Composer 下载包

$ php composer.phar update stinger/ckeditor-office2013-skin-bundle

安装资源

假设你的服务器公共目录名为 "web",安装公共供应商资源

$ php app/console assets:install web

可选地,使用 --symlink 属性创建链接而不是资源的副本

$ php app/console assets:install --symlink web

使用方法

trsteel_ckeditor:
    skin: 'office2013,../../bundles/stingerckeditoroffice2013skin/'

许可证

有关许可证信息,请参阅包含文件的源代码

参考

  1. https://ckeditor.npmjs.net.cn/addon/office2013
  2. https://symfony.com.cn