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, + }, }, }, }