Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
Handle event and location fields
Dieser Commit ist enthalten in:
Ursprung
28ae6fd19f
Commit
a1272de568
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -172,6 +172,10 @@ const fieldProperties = {
|
||||||
content: null
|
content: null
|
||||||
},
|
},
|
||||||
user_selector: {
|
user_selector: {
|
||||||
|
},
|
||||||
|
event: {
|
||||||
|
},
|
||||||
|
location: {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mapped: [
|
mapped: [
|
||||||
|
|
Laden …
In neuem Issue referenzieren