-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yml
27 lines (25 loc) · 852 Bytes
/
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
package: usage_check
version: '3.2.3'
author: Axel Krysztofiak
supportpage: https://github.com/akrys/redaxo-usage_check
#load: early
page:
title: Usage Check
perm: usage_check[]
block: addons
prio: 0
pjax: true
icon: rex-icon rex-icon-media
subpages:
overview: { title: 'translate:akrys_usagecheck_overview' }
picture: { title: 'translate:akrys_usagecheck_picture' }
module: { title: 'translate:akrys_usagecheck_module' }
action: { title: 'translate:akrys_usagecheck_action', perm: admin }
template: { title: 'translate:akrys_usagecheck_templates' }
details: { title: 'translate:akrys_usagecheck_details', hidden: true }
changelog: { title: 'translate:akrys_usagecheck_changelog' }
requires:
redaxo: '>5'
php:
version: '>=8.1'
extensions: []