[TASK] Hide option to clear all cache on not development systems

This commit is contained in:
Philipp Dieter 2021-12-19 17:45:28 +01:00
parent 06010aebea
commit 4159324b26

View File

@ -7,3 +7,8 @@ options {
hideCreateFolder = 1 hideCreateFolder = 1
} }
} }
[applicationContext != 'Development']
options.clearCache.all = 0
options.clearCache.pages = 1
[end]