Add caching to the RTE config
This commit is contained in:
@@ -23,7 +23,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
|
||||
$http.get(
|
||||
umbRequestHelper.getApiUrl(
|
||||
"rteApiBaseUrl",
|
||||
"GetConfiguration")),
|
||||
"GetConfiguration"), { cache: true }),
|
||||
'Failed to retrieve tinymce configuration');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user