generated from FriendsOfREDAXO/rex_repo_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yml
More file actions
31 lines (28 loc) · 768 Bytes
/
package.yml
File metadata and controls
31 lines (28 loc) · 768 Bytes
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
package: code
version: '1.5.0'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/code
requires:
redaxo: '^5.18.0'
php:
version: '>=8.1'
# Sicherheitseinstellungen
config:
# Automatische Deaktivierung nach X Tagen (0 = deaktiviert)
auto_deactivate_after_days: 2
# Daten vor Deaktivierung bereinigen (Backups, Trash)
cleanup_data_on_deactivate: true
page:
title: 'translate:code_title'
perm: admin[]
icon: rex-icon fa-code
subpages:
main:
title: 'translate:code_browser'
search:
title: 'translate:code_search'
backups:
title: 'Backup & Trash'
settings:
title: 'translate:settings_title'
perm: admin[]