From 36887b348864f65c478ceb7964993bfcaaa6cbd0 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 9 Mar 2024 12:36:24 +0100 Subject: [PATCH] added open data slug to shopping category form --- vue/src/utils/models.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vue/src/utils/models.js b/vue/src/utils/models.js index 42182baf8..5e35ff599 100644 --- a/vue/src/utils/models.js +++ b/vue/src/utils/models.js @@ -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, + }, }, }, }