form + archi
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
root:
|
||||
groupname: root
|
||||
access:
|
||||
site:
|
||||
login: 'true'
|
||||
admin:
|
||||
super: 'true'
|
||||
login: 'true'
|
||||
cache: 'true'
|
||||
configuration: 'true'
|
||||
configuration_system: 'true'
|
||||
configuration_site: 'true'
|
||||
configuration_media: 'true'
|
||||
configuration_info: 'true'
|
||||
settings: 'true'
|
||||
pages: 'true'
|
||||
maintenance: 'true'
|
||||
statistics: 'true'
|
||||
plugins: 'true'
|
||||
themes: 'true'
|
||||
tools: 'true'
|
||||
users: 'true'
|
||||
data-manager: 'true'
|
||||
admin-addon-user-manager:
|
||||
users: 'true'
|
||||
groups: 'true'
|
||||
users_expert: 'true'
|
||||
Administrator:
|
||||
groupname: Administrator
|
||||
access:
|
||||
site:
|
||||
login: 'true'
|
||||
admin:
|
||||
super: 'false'
|
||||
login: 'true'
|
||||
cache: 'true'
|
||||
configuration: 'true'
|
||||
configuration_system: 'false'
|
||||
configuration_site: 'true'
|
||||
configuration_media: 'false'
|
||||
configuration_info: 'false'
|
||||
settings: 'true'
|
||||
pages: 'true'
|
||||
maintenance: 'false'
|
||||
statistics: 'false'
|
||||
plugins: 'false'
|
||||
themes: 'false'
|
||||
tools: 'false'
|
||||
users: 'true'
|
||||
data-manager: 'true'
|
||||
admin-addon-user-manager:
|
||||
users: 'true'
|
||||
groups: 'false'
|
||||
users_expert: 'false'
|
||||
Writter:
|
||||
groupname: Writter
|
||||
access:
|
||||
site:
|
||||
login: 'true'
|
||||
admin:
|
||||
super: 'false'
|
||||
login: 'true'
|
||||
cache: 'false'
|
||||
configuration: 'false'
|
||||
configuration_system: 'false'
|
||||
configuration_site: 'false'
|
||||
configuration_media: 'false'
|
||||
configuration_info: 'false'
|
||||
settings: 'false'
|
||||
pages: 'true'
|
||||
maintenance: 'false'
|
||||
statistics: 'false'
|
||||
plugins: 'false'
|
||||
themes: 'false'
|
||||
tools: 'false'
|
||||
users: 'false'
|
||||
data-manager: 'false'
|
||||
admin-addon-user-manager:
|
||||
users: 'false'
|
||||
groups: 'false'
|
||||
users_expert: 'false'
|
||||
@@ -0,0 +1,6 @@
|
||||
enabled: true
|
||||
default_list_style: list
|
||||
pagination:
|
||||
per_page: '20'
|
||||
custom_permissions:
|
||||
- admin.data-manager
|
||||
@@ -0,0 +1,57 @@
|
||||
enabled: true
|
||||
route: /admin
|
||||
cache_enabled: false
|
||||
theme: grav
|
||||
content_padding: true
|
||||
twofa_enabled: true
|
||||
log_viewer_files:
|
||||
- grav
|
||||
- email
|
||||
sidebar:
|
||||
activate: tab
|
||||
hover_delay: 100
|
||||
size: auto
|
||||
dashboard:
|
||||
days_of_stats: 7
|
||||
widgets:
|
||||
dashboard-maintenance: true
|
||||
dashboard-statistics: true
|
||||
dashboard-notifications: false
|
||||
dashboard-feed: false
|
||||
dashboard-pages: true
|
||||
pages:
|
||||
show_parents: both
|
||||
show_modular: true
|
||||
session:
|
||||
timeout: 1800
|
||||
warnings:
|
||||
delete_page: true
|
||||
edit_mode: normal
|
||||
frontend_preview_target: inline
|
||||
show_github_msg: true
|
||||
pages_list_display_field: title
|
||||
google_fonts: false
|
||||
admin_icons: line-awesome
|
||||
enable_auto_updates_check: true
|
||||
notifications:
|
||||
feed: false
|
||||
dashboard: false
|
||||
plugins: false
|
||||
themes: false
|
||||
popularity:
|
||||
enabled: true
|
||||
ignore:
|
||||
- '/test*'
|
||||
- /modular
|
||||
history:
|
||||
daily: '30'
|
||||
monthly: '12'
|
||||
visitors: '20'
|
||||
pagemedia:
|
||||
resize_width: 0
|
||||
resize_height: 0
|
||||
res_min_width: 0
|
||||
res_min_height: 0
|
||||
res_max_width: 0
|
||||
res_max_height: 0
|
||||
resize_quality: 0.8
|
||||
@@ -11,7 +11,7 @@ mailer:
|
||||
smtp:
|
||||
server: smtp.mailtrap.io
|
||||
port: 587
|
||||
encryption: tls
|
||||
encryption: none
|
||||
user: 5e920233e534b8
|
||||
password: a78fb10acda1fc
|
||||
sendmail:
|
||||
|
||||
Reference in New Issue
Block a user