add plugins

This commit is contained in:
2019-10-13 21:45:30 +02:00
parent 4eac59dd5f
commit f28cc01e82
1860 changed files with 225261 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
title: Generic Ajax
template: default
access:
admin.login: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Backup
template: default
access:
admin.maintenance: true
admin.super: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Cache
template: default
access:
admin.cache: true
admin.super: true
admin.maintenance: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Config
access:
admin.configuration: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Dashboard
access:
admin.login: true
admin.super: true
---
+4
View File
@@ -0,0 +1,4 @@
---
title: Access Denied
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Error
robots: noindex,nofollow
template: error
routable: false
http_response_code: 404
---
Woops! Looks like this page doesn't exist.
+7
View File
@@ -0,0 +1,7 @@
---
title: News Feed
template: ajax
access:
admin.login: true
---
+12
View File
@@ -0,0 +1,12 @@
---
title: Forgot password
form:
fields:
- name: username
type: text
placeholder: PLUGIN_ADMIN.USERNAME
autofocus: true
validate:
required: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: PHP Info
template: config
access:
admin.settings: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Installer
access:
admin.install: true
admin.super: true
---
+37
View File
@@ -0,0 +1,37 @@
---
title: Admin Login
forms:
login:
action:
method: post
fields:
username:
type: text
placeholder: PLUGIN_ADMIN.USERNAME_EMAIL
autofocus: true
validate:
required: true
password:
type: password
placeholder: PLUGIN_ADMIN.PASSWORD
validate:
required: true
login-twofa:
action:
method: post
fields:
2fa_instructions:
type: display
markdown: true
content: PLUGIN_ADMIN.2FA_INSTRUCTIONS
2fa_code:
type: text
id: twofa-code
autofocus: true
placeholder: PLUGIN_ADMIN.2FA_CODE_INPUT
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Media
template: default
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Notifications
template: default
access:
admin.login: true
---
@@ -0,0 +1,8 @@
---
title: Pages Filter
template: default
access:
admin.pages: true
admin.super: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Pages
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Plugins
access:
admin.plugins: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Preview
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,56 @@
---
form:
fields:
- name: username
type: text
label: PLUGIN_ADMIN.USERNAME
autofocus: true
placeholder: PLUGIN_ADMIN.USERNAME_PLACEHOLDER
validate:
required: true
message: PLUGIN_LOGIN.USERNAME_NOT_VALID
config-pattern@: system.username_regex
- name: email
type: email
label: PLUGIN_ADMIN.EMAIL
placeholder: "valid email address"
validate:
type: email
message: PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE
required: true
- name: password1
type: password
label: PLUGIN_ADMIN.PASSWORD
placeholder: PLUGIN_ADMIN.PWD_PLACEHOLDER
validate:
required: true
message: PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
- name: password2
type: password
label: PLUGIN_ADMIN.PASSWORD_CONFIRM
placeholder: PLUGIN_ADMIN.PWD_PLACEHOLDER
validate:
required: true
message: PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
- name: fullname
type: text
placeholder: "e.g. 'Joe Schmoe'"
label: PLUGIN_ADMIN.FULL_NAME
- name: title
type: text
placeholder: "e.g. 'Administrator'"
label: PLUGIN_ADMIN.TITLE
process:
register_admin_user: true
---
The Admin plugin has been installed, but no **admin accounts** could be found. Please create an admin account to ensure your Grav install is secure...
+16
View File
@@ -0,0 +1,16 @@
---
title: Reset password
form:
fields:
- name: username
type: text
placeholder: PLUGIN_ADMIN.USERNAME
readonly: true
- name: password
type: password
placeholder: PLUGIN_ADMIN.PASSWORD
autofocus: true
- name: token
type: hidden
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Site Settings
template: config
access:
admin.settings: true
admin.super: true
---
@@ -0,0 +1,7 @@
---
title: Statistics
access:
admin.statistics: true
admin.super: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Configuration
template: config
access:
admin.configuration: true
admin.super: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Grav Themes
access:
admin.themes: true
admin.super: true
---
+5
View File
@@ -0,0 +1,5 @@
---
title: Grav Tools
access:
admin.login: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Updates
template: default
access:
admin.maintenance: true
admin.super: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: User
access:
admin.users: true
admin.login: true
admin.super: true
---