sdk zwischenstand
This commit is contained in:
@@ -21,7 +21,6 @@ meta:
|
||||
- type: simpleList
|
||||
mediaQuery: "(max-width:599px)"
|
||||
primaryText: status
|
||||
secondaryText: request.email
|
||||
|
||||
# Desktop
|
||||
- type: table
|
||||
@@ -32,21 +31,7 @@ meta:
|
||||
de: Status
|
||||
en: Status
|
||||
filter: true
|
||||
- source: request.email
|
||||
label:
|
||||
de: E-Mail
|
||||
en: E-Mail
|
||||
filter: true
|
||||
- source: request.name
|
||||
label:
|
||||
de: Name
|
||||
en: Name
|
||||
filter: true
|
||||
- source: request.description
|
||||
label:
|
||||
de: Beschreibung
|
||||
en: Description
|
||||
filter: true
|
||||
|
||||
- source: insertTime
|
||||
label:
|
||||
de: Erstellt am
|
||||
@@ -138,48 +123,15 @@ fields:
|
||||
id: inProgress
|
||||
- name: abgeschlossen
|
||||
id: done
|
||||
|
||||
- name: request
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
de: Anfrage
|
||||
en: Request
|
||||
subFields:
|
||||
- name: email
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: E-Mail
|
||||
en: E-Mail
|
||||
containerProps:
|
||||
layout:
|
||||
size:
|
||||
default: "col-6"
|
||||
small: "col-12"
|
||||
large: "col-6"
|
||||
label:
|
||||
de: Anfrage
|
||||
en: Request
|
||||
widget: jsonField
|
||||
|
||||
- name: name
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Name
|
||||
en: Name
|
||||
containerProps:
|
||||
layout:
|
||||
size:
|
||||
default: "col-6"
|
||||
small: "col-12"
|
||||
large: "col-6"
|
||||
|
||||
- name: description
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Beschreibung
|
||||
en: Description
|
||||
inputProps:
|
||||
multiline: true
|
||||
|
||||
indexes:
|
||||
- name: fulltext # Ein eindeutiger Name für den Index. Es ist optional, wird jedoch empfohlen, um den Index später leicht identifizieren zu können.
|
||||
key: # Bestimmt, auf welche Felder der Index angewendet werden soll. Dies kann ein einfacher String sein, wenn der Index nur ein Feld umfasst, oder ein Array von Strings, wenn der Index mehrere Felder umfasst.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
const apiSsrBaseURL = "http://localhost:8080/api/v1/_/bkdf_tibi_2024/"
|
||||
const { frontendBase, tibiUrl } = require("./config-client")
|
||||
module.exports = {
|
||||
operatorEmail: "info@binkrassdufass.de",
|
||||
operatorName: "BinKrassDuFass",
|
||||
contactEmail: "support@binkrassdufass.de",
|
||||
noReplyEmail: "noreply@binkrassdufass.de",
|
||||
operatorEmail: "about@kontextwerk.info",
|
||||
operatorName: "KontextWerk",
|
||||
contactEmail: "about@kontextwerk.info",
|
||||
noReplyEmail: "about@kontextwerk.info",
|
||||
frontendBase,
|
||||
apiBase: frontendBase + "/api/",
|
||||
tibiUrl,
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
const { cryptchaCheck } = require("../lib/utils")
|
||||
;(function () {
|
||||
throw {
|
||||
status: 500,
|
||||
data: "Hello, World!",
|
||||
}
|
||||
cryptchaCheck()
|
||||
|
||||
})()
|
||||
|
||||
@@ -3,7 +3,7 @@ const { noReplyEmail, contactEmail } = require("../config")
|
||||
context.smtp.sendMail({
|
||||
to: contactEmail,
|
||||
from: noReplyEmail,
|
||||
fromName: "BinKrassDuFass",
|
||||
fromName: "Kontextwerk",
|
||||
replyTo: noReplyEmail,
|
||||
subject: "New Contact Request",
|
||||
plain: "Neue Kontaktanfrage",
|
||||
|
||||
Reference in New Issue
Block a user