mirror of
https://github.com/documize/community.git
synced 2025-07-20 05:39:42 +02:00
Enable all serahcs options by default
This commit is contained in:
parent
59bc495b56
commit
738b3d94b6
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export default Controller.extend({
|
||||||
filter: '',
|
filter: '',
|
||||||
matchDoc: true,
|
matchDoc: true,
|
||||||
matchContent: true,
|
matchContent: true,
|
||||||
matchTag: false,
|
matchTag: true,
|
||||||
matchFile: false,
|
matchFile: true,
|
||||||
slog: false,
|
slog: false,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue