0
0
Fork 0

Add OCR tool to media editing modal (#11566)

This commit is contained in:
Eugen Rochko 2019-08-15 15:13:26 +02:00 committed by GitHub
parent f178a01c11
commit 28636f43e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 275 additions and 34 deletions

View file

@ -56,5 +56,6 @@ module.exports = merge(sharedConfig, {
settings.dev_server.watch_options,
watchOptions
),
writeToDisk: filePath => /ocr/.test(filePath),
},
});