Skip to content

Commit

Permalink
added open data slug to shopping category form
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Mar 9, 2024
1 parent bb77f80 commit 36887b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vue/src/utils/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
}
Expand Down

0 comments on commit 36887b3

Please sign in to comment.