alias( 'editor', 'depicter.editor' ); $container[ 'depicter.editor.assets' ] = function () { return new EditorAssets(); }; } /** * {@inheritDoc} */ public function bootstrap( $container ) { \Depicter::app()->editor()->init(); } }