-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.yml
49 lines (41 loc) · 1.46 KB
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package: search_it
version: '6.11.2'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/search_it
page:
title: 'translate:title'
perm: search_it[]
pjax: false
icon: rex-icon fa-search
subpages:
generate: { title: 'translate:generate', perm: "search_it[ generate ]", icon: rex-icon fa-tasks }
settings:
title: 'translate:settings'
perm: search_it[settings]
icon: rex-icon fa-wrench
subpages:
mode: { title: 'translate:settings_mode' }
result: { title: 'translate:settings_result' }
addsources: { title: 'translate:settings_addsources' }
blacklist: { title: 'translate:settings_blacklist' }
suggest: { title: 'translate:search_it_autocomplete_title', icon: rex-icon fa-commenting }
plaintext: { title: 'translate:search_it_plaintext_title', icon: rex-icon fa-file-text, perm: search_it[plugin:plaintext] }
test: { title: 'translate:test', icon: rex-icon fa-flask }
docs:
title: 'translate:search_it_docs'
icon: rex-icon fa-info-circle
itemclass: pull-right
perm: search_it[docs]
console_commands:
search_it:reindex: rex_search_it_command_reindex
requires:
redaxo: '^5.6.0'
php: '>=7'
plugins:
- stats
installer_ignore:
- .github
- .gitignore
- .php-cs-fixer.cache
- .php-cs-fixer.dist.php
- psalm.xml