2017 © Pedro Peláez
 

symfony-bundle ckeditor-office2013-skin-bundle

Symfony2 Bundle to integrate the CKEditor skin office 2013

image

stinger/ckeditor-office2013-skin-bundle

Symfony2 Bundle to integrate the CKEditor skin office 2013

  • Tuesday, December 15, 2015
  • by koddistortion
  • Repository
  • 2 Watchers
  • 0 Stars
  • 162 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

CKEditor Office 2013 Skin Bundle for Symfony2

Symfony2 Bundle to integrate the CKEditor skin Office 2013, (*1)

Current Version

Office 2013 v1.0.4, (*2)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*3)

{ "require": { // ... "stinger/ckeditor-office2013-skin-bundle": "~1.0.6" } }, (*4)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorOffice2013SkinBundle\StingerCKEditorOffice2013SkinBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update stinger/ckeditor-office2013-skin-bundle, (*5)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*6)

``` bash $ php app/console assets:install --symlink web, (*7)


### Usage ``` yaml trsteel_ckeditor: skin: 'office2013,../../bundles/stingerckeditoroffice2013skin/'

Licenses

Refer to the source code of the included files for license information, (*8)

References

  1. http://ckeditor.com/addon/office2013
  2. http://symfony.com

The Versions

15/12 2015

dev-master

9999999-dev http://ckeditor.com/addon/office2013

Symfony2 Bundle to integrate the CKEditor skin office 2013

  Sources   Download

GPL-3.0 LGPL-3.0 MPL

The Requires

 

symfony ckeditor office skin 2013

15/12 2015

1.0.4

1.0.4.0 http://ckeditor.com/addon/office2013

Symfony2 Bundle to integrate the CKEditor skin office 2013

  Sources   Download

GPL-3.0 LGPL-3.0 MPL

The Requires

 

symfony ckeditor office skin 2013