mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Add debug options to panel
This commit is contained in:
parent
b1f944303d
commit
3c9c462888
@ -38,6 +38,11 @@ layout:
|
||||
label: '{{panel.options.system.backup}}'
|
||||
fields: [backup.maxFiles]
|
||||
|
||||
debug:
|
||||
collapsible: true
|
||||
label: '{{panel.options.system.debug}}'
|
||||
fields: [debug.enabled, debug.editorUri]
|
||||
|
||||
fields:
|
||||
date.dateFormat:
|
||||
type: select
|
||||
@ -177,3 +182,16 @@ fields:
|
||||
10: 10
|
||||
15: 15
|
||||
20: 20
|
||||
|
||||
debug.enabled:
|
||||
type: togglegroup
|
||||
label: '{{panel.options.system.debug.mode}}'
|
||||
description: '{{panel.options.system.debug.mode.description}}'
|
||||
options:
|
||||
1: '{{panel.options.system.debug.mode.enabled}}'
|
||||
0: '{{panel.options.system.debug.mode.disabled}}'
|
||||
|
||||
debug.editorUri:
|
||||
type: text
|
||||
label: '{{panel.options.system.debug.editorUri}}'
|
||||
description: '{{panel.options.system.debug.editorUri.description}}'
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Montag
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Sonntag
|
||||
panel.options.system.dateAndTime.hourFormat: Stundenformat
|
||||
panel.options.system.dateAndTime.timezone: Zeitzone
|
||||
panel.options.system.debug: Debug
|
||||
panel.options.system.debug.editorUri: Editor-URI
|
||||
panel.options.system.debug.editorUri.description: Verwenden Sie `{{filename}}` und `{{line}}`, um die URI zum Öffnen des Code-Editors zu erstellen
|
||||
panel.options.system.debug.mode: Debug-Modus
|
||||
panel.options.system.debug.mode.description: Der Debug-Modus zeigt Fehlermeldungen an und sollte in der Produktion deaktiviert werden, da er sensible Daten preisgeben könnte
|
||||
panel.options.system.debug.mode.disabled: Deaktiviert
|
||||
panel.options.system.debug.mode.enabled: Aktiviert
|
||||
panel.options.system.files: Dateien
|
||||
panel.options.system.files.allowedExtensions: Erlaubte Dateierweiterungen
|
||||
panel.options.system.images: Bilder
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Monday
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Sunday
|
||||
panel.options.system.dateAndTime.hourFormat: Hour format
|
||||
panel.options.system.dateAndTime.timezone: Timezone
|
||||
panel.options.system.debug: Debug
|
||||
panel.options.system.debug.editorUri: Editor URI
|
||||
panel.options.system.debug.editorUri.description: Use `{{filename}}` and `{{line}}` to build the URI to open the code editor
|
||||
panel.options.system.debug.mode: Debug mode
|
||||
panel.options.system.debug.mode.description: Debug mode exposes error information and should be disabled in production as it could disclose sensible data
|
||||
panel.options.system.debug.mode.disabled: Disabled
|
||||
panel.options.system.debug.mode.enabled: Enabled
|
||||
panel.options.system.files: Files
|
||||
panel.options.system.files.allowedExtensions: Allowed extensions
|
||||
panel.options.system.images: Images
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Lunes
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Domingo
|
||||
panel.options.system.dateAndTime.hourFormat: Formato de hora
|
||||
panel.options.system.dateAndTime.timezone: Zona horaria
|
||||
panel.options.system.debug: Depuración
|
||||
panel.options.system.debug.editorUri: URI del editor
|
||||
panel.options.system.debug.editorUri.description: Use `{{filename}}` y `{{line}}` para construir el URI para abrir el editor de código
|
||||
panel.options.system.debug.mode: Modo de depuración
|
||||
panel.options.system.debug.mode.description: El modo de depuración expone información sobre errores y debe estar deshabilitado en producción ya que podría divulgar datos sensibles
|
||||
panel.options.system.debug.mode.disabled: Deshabilitado
|
||||
panel.options.system.debug.mode.enabled: Habilitado
|
||||
panel.options.system.files: Archivos
|
||||
panel.options.system.files.allowedExtensions: Extensiones permitidas
|
||||
panel.options.system.images: Imágenes
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Lundi
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Dimanche
|
||||
panel.options.system.dateAndTime.hourFormat: Format d’heure
|
||||
panel.options.system.dateAndTime.timezone: Fuseau horaire
|
||||
panel.options.system.debug: Débogage
|
||||
panel.options.system.debug.editorUri: URI de l'éditeur
|
||||
panel.options.system.debug.editorUri.description: Utilisez `{{filename}}` et `{{line}}` pour construire l'URI pour ouvrir l'éditeur de code
|
||||
panel.options.system.debug.mode: Mode débogage
|
||||
panel.options.system.debug.mode.description: Le mode débogage expose des informations sur les erreurs et devrait être désactivé en production car il pourrait divulguer des données sensibles
|
||||
panel.options.system.debug.mode.disabled: Désactivé
|
||||
panel.options.system.debug.mode.enabled: Activé
|
||||
panel.options.system.files: Fichiers
|
||||
panel.options.system.files.allowedExtensions: Extensions autorisées
|
||||
panel.options.system.images: Images
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Lunedì
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Domenica
|
||||
panel.options.system.dateAndTime.hourFormat: Formato ora
|
||||
panel.options.system.dateAndTime.timezone: Fuso orario
|
||||
panel.options.system.debug: Debug
|
||||
panel.options.system.debug.editorUri: URI dell'editor
|
||||
panel.options.system.debug.editorUri.description: Usa `{{filename}}` e `{{line}}` per costruire l'URI per aprire l'editor di codice
|
||||
panel.options.system.debug.mode: Modalità debug
|
||||
panel.options.system.debug.mode.description: La modalità debug espone le informazioni sugli errori e dovrebbe essere disabilitata in produzione in quanto potrebbe divulgare dati sensibili
|
||||
panel.options.system.debug.mode.disabled: Disabilitata
|
||||
panel.options.system.debug.mode.enabled: Abilitata
|
||||
panel.options.system.files: File
|
||||
panel.options.system.files.allowedExtensions: Estensioni consentite
|
||||
panel.options.system.images: Immagini
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Segunda
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Domingo
|
||||
panel.options.system.dateAndTime.hourFormat: Formato de hora
|
||||
panel.options.system.dateAndTime.timezone: Fuso horário
|
||||
panel.options.system.debug: Depuração
|
||||
panel.options.system.debug.editorUri: URI do editor
|
||||
panel.options.system.debug.editorUri.description: Use `{{filename}}` e `{{line}}` para construir o URI para abrir o editor de código
|
||||
panel.options.system.debug.mode: Modo de depuração
|
||||
panel.options.system.debug.mode.description: O modo de depuração expõe informações de erro e deve ser desativado em produção, pois pode divulgar dados sensíveis
|
||||
panel.options.system.debug.mode.disabled: Desativado
|
||||
panel.options.system.debug.mode.enabled: Ativado
|
||||
panel.options.system.files: Ficheiros
|
||||
panel.options.system.files.allowedExtensions: Extensões permitidas
|
||||
panel.options.system.images: Imagens
|
||||
|
@ -99,6 +99,13 @@ panel.options.system.dateAndTime.firstWeekday.monday: Понедельник
|
||||
panel.options.system.dateAndTime.firstWeekday.sunday: Воскресенье
|
||||
panel.options.system.dateAndTime.hourFormat: Часовой формат
|
||||
panel.options.system.dateAndTime.timezone: Часовой пояс
|
||||
panel.options.system.debug: Отладка
|
||||
panel.options.system.debug.editorUri: URI редактора
|
||||
panel.options.system.debug.editorUri.description: Используйте `{{filename}}` и `{{line}}` для создания URI для открытия редактора кода
|
||||
panel.options.system.debug.mode: Режим отладки
|
||||
panel.options.system.debug.mode.description: Режим отладки показывает информацию об ошибках и должен быть отключен в продакшене, так как может раскрыть конфиденциальные данные
|
||||
panel.options.system.debug.mode.disabled: Отключено
|
||||
panel.options.system.debug.mode.enabled: Включено
|
||||
panel.options.system.files: Файлы
|
||||
panel.options.system.files.allowedExtensions: Допустимые расширения
|
||||
panel.options.system.images: Картинки
|
||||
|
Loading…
x
Reference in New Issue
Block a user