-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.yml
43 lines (38 loc) · 1.04 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
package: 2factor_auth
version: '2.3'
author: Friends Of REDAXO
page:
title: 'translate:2factor_auth'
icon: rex-icon fa-lock
subpages:
setup:
title: 'translate:2factor_auth_private_setup'
docs:
title: translate:readme
subPath: README.md
icon: rex-icon fa-info-circle
itemClass: pull-right
users:
title: translate:users
perm: admin[]
itemClass: pull-right
settings:
title: 'translate:2factor_auth_settings'
perm: admin[]
itemClass: pull-right
pages:
2factor_auth_verify:
title: 'translate:OTP-Verifizierung'
hasNavigation: false
main: true
hidden: true
path: pages/verify.php
console_commands:
2factor_auth:enforce: rex_command_2factor_auth_enforce
2factor_auth:user: rex_command_2factor_auth_user
2factor_auth:status: rex_command_2factor_auth_status
requires:
php:
version: '>=8.1'
redaxo: ^5.14.0
load: early