| @@ -25,8 +25,14 @@ | ||
| 25 | 25 | |
| 26 | 26 | $container[ 'depicter.editor.assets' ] = function () { |
| 27 | 27 | return new EditorAssets(); |
| 28 | 28 | }; |
| 29 | + | |
| 30 | + $container[ 'depicter.editor.data' ] = function () { | |
| 31 | + return new EditorData(); | |
| 32 | + }; | |
| 33 | + | |
| 34 | + $app->alias( 'editorData', 'depicter.editor.data' ); | |
| 29 | 35 | } |
| 30 | 36 | |
| 31 | 37 | /** |
| 32 | 38 | * {@inheritDoc} |