added open data slug to shopping category form

This commit is contained in:
vabene1111
2024-03-09 12:36:24 +01:00
parent bb77f80abf
commit 36887b3488

View File

@@ -427,6 +427,15 @@ export class Models {
placeholder: "",
optional: true,
},
open_data_slug: {
form_field: true,
type: "text",
field: "open_data_slug",
disabled: true,
label: "Open_Data_Slug",
help_text: "open_data_help_text",
optional: true,
},
},
},
}