init
parents
Showing
CONTRIBUTING.md
0 → 100755
LICENSE.md
0 → 100755
README.md
0 → 100755
composer.json
0 → 100755
| { | ||
| "name": "knight/yii2-ckeditor-widget", | ||
| "description": "CKEditor widget for Yii2.", | ||
| "type": "yii2-extension", | ||
| "keywords": [ | ||
| "2amigos", | ||
| "yii", | ||
| "yii2", | ||
| "yii 2", | ||
| "extension", | ||
| "widget", | ||
| "ckeditor" | ||
| ], | ||
| "homepage": "http://yiiwheels.com/extension/ckeditor-widget", | ||
| "license": "BSD-3-Clause", | ||
| "authors": [ | ||
| { | ||
| "name": "2amigOS! Consulting Group", | ||
| "email": "hola@2amigos.us", | ||
| "homepage": "http://2amigos.us", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "support": { | ||
| "issues": "https://github.com/2amigos/yii2-ckeditor-widget/issues", | ||
| "source": "https://github.com/2amigos/yii2-ckeditor-widget" | ||
| }, | ||
| "require": { | ||
| "yiisoft/yii2": "^2.0", | ||
| "ckeditor/ckeditor": "dev-full/stable" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "4.*" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "dosamigos\\ckeditor\\": "src" | ||
| } | ||
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.0-dev" | ||
| }, | ||
| "asset-installer-paths": { | ||
| "bower-asset-library": "vendor/bower" | ||
| } | ||
| } | ||
| } |
src/CKEditor.php
0 → 100755
src/CKEditorAsset.php
0 → 100755
src/CKEditorInline.php
0 → 100755
src/CKEditorTrait.php
0 → 100755
src/CKEditorWidgetAsset.php
0 → 100755
src/presets/basic.php
0 → 100755
src/presets/full.php
0 → 100755
src/presets/standard.php
0 → 100755
Please register or sign in to comment