1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Enable all serahcs options by default

This commit is contained in:
Harvey Kandola 2018-06-04 14:40:35 +01:00
parent 59bc495b56
commit 738b3d94b6

View file

@ -16,7 +16,7 @@ export default Controller.extend({
filter: '',
matchDoc: true,
matchContent: true,
matchTag: false,
matchFile: false,
matchTag: true,
matchFile: true,
slog: false,
});