added first draft of property editor

This commit is contained in:
vabene1111
2023-11-27 22:20:09 +01:00
parent 977d2822bc
commit 9c74730461
6 changed files with 114 additions and 61 deletions

View File

@ -733,8 +733,16 @@ export class Models {
field: "order",
label: "Order",
placeholder: "",
optional: false,
help_text: "OrderInformation",
},
fdc_id: {
form_field: true,
type: "text",
field: "fdc_id",
label: "FDC_ID",
help_text: "FDC_ID_help",
optional: true,
helpt_text: "OrderInformation",
},
open_data_slug: {
form_field: true,