Merge remote-tracking branch 'origin/v8/dev' into v8/feature/block-editor-list

This commit is contained in:
Niels Lyngsø
2020-06-04 15:09:48 +02:00
19 changed files with 424 additions and 88 deletions

View File

@@ -13,8 +13,8 @@ var app = angular.module('umbraco', [
'ngSanitize',
//'ngMessages',
'tmh.dynamicLocale'
'tmh.dynamicLocale',
//'ngFileUpload',
//'LocalStorageModule',
'LocalStorageModule'
//'chart.js'
]);