Plugin
Showing
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "appolo/bolt-extension-ckeditor-embed-plugins", | ||
"description": "", | ||
"type": "bolt-extension", | ||
"keywords": [ | ||
], | ||
"version": "0.0.1", | ||
"require": { | ||
"bolt/bolt": "^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.7" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Appolo", | ||
"email": "contact@appolo.fr" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"autoload": { | ||
"psr-4": { | ||
"Bolt\\Extension\\Appolo\\CkEditorEmbedPlugins\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Bolt\\Extension\\Appolo\\CkEditorEmbedPlugins\\Tests\\": "tests", | ||
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/" | ||
} | ||
}, | ||
"extra": { | ||
"bolt-assets": "web", | ||
"bolt-class": "Bolt\\Extension\\Appolo\\CkEditorEmbedPlugins\\CkEditorEmbedPluginsExtension" | ||
} | ||
} |
config/config.yml.dist
0 → 100755
src/CkEditorEmbedPluginsExtension.php
0 → 100755
web/js/ckeditor-plugins.js
0 → 100644
Please
register
or
sign in
to comment